From: Marcel Denia Date: Sun, 6 Jul 2014 08:48:47 +0000 (+0200) Subject: libs/gdbm: Cleanup some autotools leftovers X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8ed42d6c95cd9b408a789826064f8f1ff9c3fb51;p=openwrt-packages.git libs/gdbm: Cleanup some autotools leftovers This prevents usage of (possibly nonexistent)host tools, namely aclocal-1.14. Signed-off-by: Marcel Denia --- diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index 2b8a92cc7..c3d27bcb5 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -19,6 +19,7 @@ PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf +PKG_REMOVE_FILES:=Makefile compat/Makefile doc/Makefile export/Makefile src/Makefile tests/Makefile PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk