From: nico Date: Sun, 5 Nov 2006 20:12:42 +0000 (+0000) Subject: revert autotools files touching: it has side effects (closes: #918) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=6e0a58fe32ced9ec88e35f95b27bfecc53de942d;p=openwrt-10.03%2F.git revert autotools files touching: it has side effects (closes: #918) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5448 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package.mk b/include/package.mk index bada11f13..5636b0b6a 100644 --- a/include/package.mk +++ b/include/package.mk @@ -289,21 +289,7 @@ define Build/Prepare $(call Build/Prepare/Default,) endef -define Build/Configure/Touch - (cd $(PKG_BUILD_DIR) ; \ - 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 ; \ - ); -endef - define Build/Configure/Default - $(call Build/Configure/Touch) (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \