From 8ed42d6c95cd9b408a789826064f8f1ff9c3fb51 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 6 Jul 2014 10:48:47 +0200 Subject: [PATCH] libs/gdbm: Cleanup some autotools leftovers This prevents usage of (possibly nonexistent)host tools, namely aclocal-1.14. Signed-off-by: Marcel Denia --- libs/gdbm/Makefile | 1 + 1 file changed, 1 insertion(+) 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