summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-10-07 02:40:57 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:02 -0500
commitdeed3ccfca6bbebeab4f1c6874cb9c2902956328 (patch)
treea059e4ee2c23dc90616819daa7e502065afd1fce /Makefile.target
parentbe9f2ded53e2e8f8471e48c523f0ed749f5c66c6 (diff)
downloadqemu-deed3ccfca6bbebeab4f1c6874cb9c2902956328.tar.gz
Don't include config-host.mak from inside config.mak
Include it directly in Makefile.target Patchworks-ID: 35189 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 1f4518c260..9793b03414 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -1,5 +1,6 @@
# -*- Mode: makefile -*-
+include ../config-host.mak
include config.mak
include $(SRC_PATH)/rules.mak