summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-15 16:04:03 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-15 16:04:03 +0000
commita3a1e0fc53b2789d48e0d94b662ccd3b54694b53 (patch)
treec3e802085b64fd8f42c787f5a1a539406745411d /Makefile
parenta65f56eeba9152e243f5f08cd0ae7556e27f6fb3 (diff)
downloadhqemu-a3a1e0fc53b2789d48e0d94b662ccd3b54694b53.zip
hqemu-a3a1e0fc53b2789d48e0d94b662ccd3b54694b53.tar.gz
Simplify reconfiguration
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7113 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50b8bb6..76e83ba 100644
--- 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
- @fgrep "Configured with:" $@ | sed s/.*Configured.with:.// | sh
+ @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
endif
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
OpenPOWER on IntegriCloud