diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:11:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 00:11:47 +0000 |
commit | 9ecd83300705c1b672e8d36e06f936acf77c3858 (patch) | |
tree | 14894584643df7ecdf9abdbf8c541d494cea33cb /tools/missing-macros/Makefile | |
parent | 6ed509a8a7151a50a87877218516bd47c28c8652 (diff) | |
download | mtk-20170518-9ecd83300705c1b672e8d36e06f936acf77c3858.zip mtk-20170518-9ecd83300705c1b672e8d36e06f936acf77c3858.tar.gz mtk-20170518-9ecd83300705c1b672e8d36e06f936acf77c3858.tar.bz2 |
missing-macros: add acc.m4, used by ucl and lzo
SVN-Revision: 24756
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 779dbfa..6553c42 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:=1 +PKG_VERSION:=2 include $(INCLUDE_DIR)/host-build.mk |