1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:27:30 +02:00

Update makefiles to use the autotools stuff put in the template, remove bogus stamp-h.in touching

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5386 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-11-02 23:01:45 +00:00
parent 3603374bdf
commit a8f9543bbb

View File

@ -298,7 +298,6 @@ define Build/Configure/Default
[ -e acinclude.m4 ] && touch acinclude.m4 ; \ [ -e acinclude.m4 ] && touch acinclude.m4 ; \
[ -e config.h.in ] && touch config.h.in ; \ [ -e config.h.in ] && touch config.h.in ; \
[ -e configure.ac ] && touch configure.ac ; \ [ -e configure.ac ] && touch configure.ac ; \
[ -e stamp-h.in ] && touch stamp-h.in ; \
); );
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \ (cd $(PKG_BUILD_DIR)/$(strip $(3)); \
if [ -x configure ]; then \ if [ -x configure ]; then \