projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9199a
)
build: add $(TARGET_DIR) to "GEN config-target.h" lines
author
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 17 Sep 2012 08:31:17 +0000
(10:31 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 19 Dec 2012 07:29:06 +0000
(08:29 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rules.mak
patch
|
blob
|
history
diff --git
a/rules.mak
b/rules.mak
index 77d23605bf98a2eb0b5d0024ff4eed287a22aed7..8448b94cdf0e30d6815918e48bb83e3038c9882c 100644
(file)
--- a/
rules.mak
+++ b/
rules.mak
@@
-71,7
+71,7
@@
TRACETOOL=$(PYTHON) $(SRC_PATH)/scripts/tracetool.py
@test -f $@ || cp $< $@
%.h-timestamp: %.mak
- $(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@, " GEN $*.h")
+ $(call quiet-command, sh $(SRC_PATH)/scripts/create_config < $< > $@, " GEN $
(TARGET_DIR)$
*.h")
@cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h
# will delete the target of a rule if commands exit with a nonzero exit status