diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 01:14:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 01:14:45 +0000 |
commit | c208b4a1027efb6b445e33ed50de6b1bd2fe7f16 (patch) | |
tree | 2bf262533e4178c538803efc4861f5dca0339e0c /tools/missing-macros/Makefile | |
parent | 3ef04d175516f7f29c6209653b7e3acd0705d953 (diff) | |
download | upstream-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.tar.gz upstream-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.tar.bz2 upstream-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.zip |
missing-macros: add as-compiler-flag.m4 and as-version.m4
SVN-Revision: 24877
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 |