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 | mtk-20170518-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.zip mtk-20170518-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.tar.gz mtk-20170518-c208b4a1027efb6b445e33ed50de6b1bd2fe7f16.tar.bz2 |
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 1d2726d..33417b1 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 |