From: Florian Fainelli Date: Thu, 2 Nov 2006 23:01:45 +0000 (+0000) Subject: Update makefiles to use the autotools stuff put in the template, remove bogus stamp... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ec4c17da2fcbb983dea80de21461bbe88e164ef0;p=15.05%2Fopenwrt.git 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 --- diff --git a/include/package.mk b/include/package.mk index 1a424e259f..c28aad8240 100644 --- a/include/package.mk +++ b/include/package.mk @@ -298,7 +298,6 @@ define Build/Configure/Default [ -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 \