Make the sed script also work with OpenBSD and OpenSolaris seds
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 20:01:12 +0000 (20:01 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 20:01:12 +0000 (20:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7164 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile

index 76e83ba..e050a1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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))