diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-12 20:19:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-12 20:19:52 +0000 |
commit | 5cf0e4f471ff68d08118a8854b398725d4a28e74 (patch) | |
tree | 6bbde837eca402908ebb176e30c232af251b3824 /tools/missing-macros/Makefile | |
parent | b457e4cfc9812ad3e811348208be462e7acc3c2f (diff) | |
download | upstream-5cf0e4f471ff68d08118a8854b398725d4a28e74.tar.gz upstream-5cf0e4f471ff68d08118a8854b398725d4a28e74.tar.bz2 upstream-5cf0e4f471ff68d08118a8854b398725d4a28e74.zip |
missing-macros: add GTKDOC_REBASE macro needed by some newer packages
Signed-off-by: Jochen Friedrich <jochen@scram.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26620 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/missing-macros/Makefile')
-rw-r--r-- | tools/missing-macros/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/missing-macros/Makefile b/tools/missing-macros/Makefile index 85f8fa1037..ab50a67468 100644 --- a/tools/missing-macros/Makefile +++ b/tools/missing-macros/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=missing-macros -PKG_VERSION:=9 +PKG_VERSION:=10 include $(INCLUDE_DIR)/host-build.mk |