Browse Source

revert r17022, this is not the way to do this

SVN-Revision: 17023
Florian Fainelli 16 years ago
parent
commit
8cfbcf0d0b
1 changed files with 0 additions and 8 deletions
  1. 0 8
      tools/sed/Makefile

+ 0 - 8
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