1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

Move out some generic code to prevent autotools from re-creating files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-11-02 22:44:38 +00:00
parent d277f89894
commit aae7cc9657

View File

@ -290,6 +290,12 @@ define Build/Prepare
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 ; \
);
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \
$(TARGET_CONFIGURE_OPTS) \