Some more stuff
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Nov 2006 22:55:16 +0000 (22:55 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 Nov 2006 22:55:16 +0000 (22:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5385 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 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 \
        );
        (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
        if [ -x configure ]; then \