diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 23:09:39 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 23:09:39 +0200 |
commit | d0c3d1cf4365a80ba2ec35eef0c3ed7ac907f320 (patch) | |
tree | 5a0fb23dd1ca87094957e5b639b9e1a91fcf4e57 /package/Makefile.in | |
parent | 57bc22c6b7ebef4b8b203dce6af4966ed719acef (diff) |
sed: get rid of host-sed variant
And all the infrastructure surrounding it. A broken sed implementation
is quite rare nowadays, as seen by the fact that the current host-sed
support has been broken for a while, so just get rid of it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index bb2aafa4c..f0dda27c2 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -161,6 +161,7 @@ endif INSTALL:=$(shell which install || type -p install) FLEX:=$(shell which flex || type -p flex) BISON:=$(shell which bison || type -p bison) +SED:=$(shell which sed || type -p sed) -i -e HOST_CFLAGS += -I$(HOST_DIR)/include -I$(HOST_DIR)/usr/include HOST_CXXFLAGS += -I$(HOST_DIR)/include -I$(HOST_DIR)/usr/include |