From: florian Date: Sun, 26 Jul 2009 18:13:03 +0000 (+0000) Subject: [tools] revert r17022, this is not the way to do this X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=4d25d1cdf140bb05e258d3bf3ac67452294309be [tools] revert r17022, this is not the way to do this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17023 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 423e2982e..f15299c96 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