diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-02 01:14:45 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-02 01:14:45 +0000 |
commit | 379ea2fe107da3ecb56c91bce852efeb55279b00 (patch) | |
tree | 6e2680e867baaa65f0330f8d53089d7fcff05247 /tools/missing-macros/Makefile | |
parent | 20a4e0bcbc2868cbc9ebcb579a7fc67587e0ca60 (diff) |
[tools] missing-macros: add as-compiler-flag.m4 and as-version.m4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/missing-macros/Makefile')
-rw-r--r-- | tools/missing-macros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/missing-macros/Makefile b/tools/missing-macros/Makefile index 1d2726d5d5..33417b1f5f 100644 --- a/tools/missing-macros/Makefile +++ b/tools/missing-macros/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=missing-macros -PKG_VERSION:=7 +PKG_VERSION:=8 include $(INCLUDE_DIR)/host-build.mk |