projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78a0f2
)
revert r17022, this is not the way to do this
author
Florian Fainelli
<florian@openwrt.org>
Sun, 26 Jul 2009 18:13:03 +0000
(18:13 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 26 Jul 2009 18:13:03 +0000
(18:13 +0000)
SVN-Revision: 17023
tools/sed/Makefile
patch
|
blob
|
history
diff --git
a/tools/sed/Makefile
b/tools/sed/Makefile
index 423e2982e0938b952b8bbcb3c6a9121cc2f0038b..f15299c96c2b017573566cf6c49d7a70c1c5d973 100644
(file)
--- 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