Browse Source

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>
Marcel Denia 10 years ago
parent
commit
8ed42d6c95
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      libs/gdbm/Makefile

+ 1
- 0
libs/gdbm/Makefile View File

@@ -19,6 +19,7 @@ PKG_LICENSE:=GPLv3
19 19
 PKG_LICENSE_FILES:=COPYING
20 20
 
21 21
 PKG_FIXUP:=autoreconf
22
+PKG_REMOVE_FILES:=Makefile compat/Makefile doc/Makefile export/Makefile src/Makefile tests/Makefile
22 23
 PKG_BUILD_PARALLEL:=0
23 24
 
24 25
 include $(INCLUDE_DIR)/package.mk