diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-17 20:01:12 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-17 20:01:12 +0000 |
commit | 052ff921416f6d244b93d6c29865ec39517d7aa7 (patch) | |
tree | c50706c4dcd4935994c634cef8cef04bc2fdb141 /Makefile | |
parent | b6f6e3d3a71cee61320216a42940cfaa9b42a162 (diff) |
Make the sed script also work with OpenBSD and OpenSolaris seds
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7164 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ all: $(TOOLS) $(DOCS) recurse-all config-host.mak: configure ifneq ($(wildcard config-host.mak),) @echo $@ is out-of-date, running configure - @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh + @sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh endif SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) |