X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b38d493b4eec08c7f3cb8dfe551e62762fa930f8..50fe92783ec33c56680822bf4c5b462844f20f85:/tools/sed/Makefile 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