fix another unneeded autoconf invocation (thanks to thepeople)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Jan 2007 11:31:31 +0000 (11:31 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Jan 2007 11:31:31 +0000 (11:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6189 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/fping/Makefile

index 953fa8c..9edeee9 100644 (file)
@@ -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)