mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 17:45:32 +02:00
Some more stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aae7cc9657
commit
3603374bdf
@ -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 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 \
|
||||
|
Loading…
Reference in New Issue
Block a user