diff options
author | Marcel Denia <naoir@gmx.net> | 2014-07-06 10:48:47 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2014-07-06 11:17:23 +0200 |
commit | 8ed42d6c95cd9b408a789826064f8f1ff9c3fb51 (patch) | |
tree | 6029dad3f87354750bf49fb617da0d6553cabd96 | |
parent | ef9409844034cafcd17fce74d14f0c97d677c6ee (diff) |
libs/gdbm: Cleanup some autotools leftovers
This prevents usage of (possibly nonexistent)host tools, namely
aclocal-1.14.
Signed-off-by: Marcel Denia <naoir@gmx.net>
-rw-r--r-- | libs/gdbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |