diff options
| author | malc | 2009-04-15 18:04:03 +0200 |
|---|---|---|
| committer | malc | 2009-04-15 18:04:03 +0200 |
| commit | a3a1e0fc53b2789d48e0d94b662ccd3b54694b53 (patch) | |
| tree | c3e802085b64fd8f42c787f5a1a539406745411d | |
| parent | Implement sonic netcard (MIPS Jazz) (diff) | |
| download | qemu-a3a1e0fc53b2789d48e0d94b662ccd3b54694b53.tar.gz qemu-a3a1e0fc53b2789d48e0d94b662ccd3b54694b53.tar.xz qemu-a3a1e0fc53b2789d48e0d94b662ccd3b54694b53.zip | |
Simplify reconfiguration
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7113 c046a42c-6fe2-441c-8c8c-71466251a162
| -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)) |
