From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkfGH-0003VD-Qn for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:17:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkfGG-0004on-Gg for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:17:57 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:42772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkfGG-0004od-Ae for qemu-devel@nongnu.org; Mon, 17 Dec 2012 13:17:56 -0500 Received: by mail-we0-f173.google.com with SMTP id z2so3005569wey.4 for ; Mon, 17 Dec 2012 10:17:55 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 17 Dec 2012 19:17:06 +0100 Message-Id: <1355768254-12933-5-git-send-email-pbonzini@redhat.com> In-Reply-To: <1355768254-12933-1-git-send-email-pbonzini@redhat.com> References: <1355768254-12933-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 04/32] build: add $(TARGET_DIR) to "GEN config-target.h" lines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Paolo Bonzini --- rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.mak b/rules.mak index 77d2360..8448b94 100644 --- 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 -- 1.8.0.2