From: nico Date: Wed, 24 Jan 2007 11:31:31 +0000 (+0000) Subject: fix another unneeded autoconf invocation (thanks to thepeople) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=36a0b7b9f228158c1cbb88551a506e7d31a3acf2;p=packages.git fix another unneeded autoconf invocation (thanks to thepeople) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6189 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/fping/Makefile b/net/fping/Makefile index 953fa8c75..9edeee99c 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -37,7 +37,14 @@ define Package/fping URL:=http://www.fping.com endef -# uses Build/Configure/Default +define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure \ + stamp-h.in \ + config.h.in \ + ); + $(call Build/Configure/Default,) +endef define Build/Compile $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME)