Some more stuff
authorFlorian Fainelli <florian@openwrt.org>
Thu, 2 Nov 2006 22:55:16 +0000 (22:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 2 Nov 2006 22:55:16 +0000 (22:55 +0000)
SVN-Revision: 5385

include/package.mk

index 8a10569d6c4ec6780a0a0f3a77631ae996587286..1a424e259f9ce8fc4e55e7abc4e199245ddf8fcd 100644 (file)
@@ -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 \