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:
parent
288237f2e7
commit
36a0b7b9f2
@ -37,7 +37,14 @@ define Package/fping
|
|||||||
URL:=http://www.fping.com
|
URL:=http://www.fping.com
|
||||||
endef
|
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
|
define Build/Compile
|
||||||
$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME)
|
$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user