fix another unneeded autoconf invocation (thanks to thepeople)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6189 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-01-24 11:31:31 +00:00
parent 288237f2e7
commit 36a0b7b9f2

View 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)