aboutsummaryrefslogtreecommitdiffstats
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
commit5a3823f418cc6f650890d2d1006fdb7ab6d7e42e (patch)
tree0bd50bdfa343cd0ac3a983db3ea46cc6bb17698b /tools/sed
parentd5a89db71431c74d5a451bed28ffb5b77faf9fc3 (diff)
downloadmaster-187ad058-5a3823f418cc6f650890d2d1006fdb7ab6d7e42e.tar.gz
master-187ad058-5a3823f418cc6f650890d2d1006fdb7ab6d7e42e.tar.bz2
master-187ad058-5a3823f418cc6f650890d2d1006fdb7ab6d7e42e.zip
[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
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