summaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile8
1 files changed, 0 insertions, 8 deletions
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