Ok, third round, the right one, touch the file anyway, does not break other packages
SVN-Revision: 5387
This commit is contained in:
parent
37237a0544
commit
320d383f12
1 changed files with 8 additions and 7 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue