diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-02 23:01:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-02 23:01:45 +0000 |
commit | ec4c17da2fcbb983dea80de21461bbe88e164ef0 (patch) | |
tree | 39ffdefda7b63299f773ed6c8b9b9291c7444671 | |
parent | 8ee72f3793251e7b764bc1e056ac1b5d8a22fdcf (diff) | |
download | upstream-ec4c17da2fcbb983dea80de21461bbe88e164ef0.tar.gz upstream-ec4c17da2fcbb983dea80de21461bbe88e164ef0.tar.bz2 upstream-ec4c17da2fcbb983dea80de21461bbe88e164ef0.zip |
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
-rw-r--r-- | include/package.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |