From: Florian Fainelli Date: Sun, 26 Jul 2009 18:13:03 +0000 (+0000) Subject: revert r17022, this is not the way to do this X-Git-Tag: v19.07.0-rc1~33490 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8cfbcf0d0b20e069445971eec0a350d74fd4e3d4;p=openwrt%2Fstaging%2Fhauke.git revert r17022, this is not the way to do this SVN-Revision: 17023 --- diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 423e2982e0..f15299c96c 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -17,14 +17,6 @@ export SED:= include $(INCLUDE_DIR)/host-build.mk -define Build/Configure - ( cd $(PKG_BUILD_DIR); \ - ./configure \ - --prefix=$(STAGING_DIR_HOST) \ - --infodir=/usr/info \ - ) -endef - define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" endef