summaryrefslogtreecommitdiff
path: root/tools/sed
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-26 18:13:03 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-26 18:13:03 +0000
commit8cfbcf0d0b20e069445971eec0a350d74fd4e3d4 (patch)
tree0c4ca2e0513d52c232a9bae62c8a92792511cc64 /tools/sed
parentb78a0f257e12c2f961ed2f346f238fdbe860a971 (diff)
downloadmtk-20170518-8cfbcf0d0b20e069445971eec0a350d74fd4e3d4.zip
mtk-20170518-8cfbcf0d0b20e069445971eec0a350d74fd4e3d4.tar.gz
mtk-20170518-8cfbcf0d0b20e069445971eec0a350d74fd4e3d4.tar.bz2
revert r17022, this is not the way to do this
SVN-Revision: 17023
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 423e298..f15299c 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