diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-15 16:04:03 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-15 16:04:03 +0000 |
commit | a3a1e0fc53b2789d48e0d94b662ccd3b54694b53 (patch) | |
tree | c3e802085b64fd8f42c787f5a1a539406745411d /Makefile | |
parent | a65f56eeba9152e243f5f08cd0ae7556e27f6fb3 (diff) |
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-- | 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 - @fgrep "Configured with:" $@ | sed s/.*Configured.with:.// | sh + @sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh endif SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) |