summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/package.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk
index 8a10569d6..1a424e259 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -295,6 +295,10 @@ define Build/Configure/Default
[ -e aclocal.m4 ] && touch aclocal.m4 ; \
[ -e Makefile.in ] && touch Makefile.in ; \
[ -e configure ] && touch configure ; \
+ [ -e acinclude.m4 ] && touch acinclude.m4 ; \
+ [ -e config.h.in ] && touch config.h.in ; \
+ [ -e configure.ac ] && touch configure.ac ; \
+ [ -e stamp-h.in ] && touch stamp-h.in ; \
);
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \