mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:11:53 +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:
parent
a8f9543bbb
commit
dad0c9cb0c
@ -291,13 +291,14 @@ endef
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR) ; \
|
||||
[ -e configure.in ] && touch configure.in ; \
|
||||
[ -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 ; \
|
||||
touch configure.in ; \
|
||||
touch aclocal.m4 ; \
|
||||
touch Makefile.in ; \
|
||||
touch configure ; \
|
||||
touch acinclude.m4 ; \
|
||||
touch config.h.in ; \
|
||||
touch configure.ac ; \
|
||||
touch stamp-h.in ; \
|
||||
);
|
||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||
if [ -x configure ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user