projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/busybox: fix endianes issue under FreeBSD 8.1
[openwrt.git]
/
tools
/
sed
/
Makefile
diff --git
a/tools/sed/Makefile
b/tools/sed/Makefile
index
423e298
..
f15299c
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
This page took
0.019878 seconds
and
4
git commands to generate.