1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-02 20:54:40 +02:00

Ok, third round, the right one, touch the file anyway, does not break other packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5387 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-11-02 23:16:09 +00:00
parent a8f9543bbb
commit dad0c9cb0c

View File

@ -291,13 +291,14 @@ endef
define Build/Configure/Default define Build/Configure/Default
(cd $(PKG_BUILD_DIR) ; \ (cd $(PKG_BUILD_DIR) ; \
[ -e configure.in ] && touch configure.in ; \ touch configure.in ; \
[ -e aclocal.m4 ] && touch aclocal.m4 ; \ touch aclocal.m4 ; \
[ -e Makefile.in ] && touch Makefile.in ; \ touch Makefile.in ; \
[ -e configure ] && touch configure ; \ touch configure ; \
[ -e acinclude.m4 ] && touch acinclude.m4 ; \ touch acinclude.m4 ; \
[ -e config.h.in ] && touch config.h.in ; \ touch config.h.in ; \
[ -e configure.ac ] && touch configure.ac ; \ touch configure.ac ; \
touch stamp-h.in ; \
); );
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \ (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \ if [ -x configure ]; then \