summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-11-05 17:19:57 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-12 11:23:54 -0600
commitf527c57935e22b56952d1ed1af36070b682ecf70 (patch)
tree70f98a9294db58bb7839a1e1af021a5536941048 /Makefile.target
parent593831de5dce5f5b9ce1226e0d8353eecb1176e4 (diff)
downloadhqemu-f527c57935e22b56952d1ed1af36070b682ecf70.zip
hqemu-f527c57935e22b56952d1ed1af36070b682ecf70.tar.gz
fix parallel build
Based on a ideas of Daniel Jacobowitz + Stefan Weil 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.target6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index bc3c375..7068dc5 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -1,5 +1,8 @@
# -*- Mode: makefile -*-
+# This needs to be defined before rules.mak
+GENERATED_HEADERS = config-target.h config-devices.h
+
include ../config-host.mak
include config-devices.mak
include config-target.mak
@@ -33,8 +36,7 @@ config-target.h-timestamp: config-target.mak
config-devices.h: config-devices.h-timestamp
config-devices.h-timestamp: config-devices.mak
-all: config-target.h config-devices.h
- $(call quiet-command, $(MAKE) $(PROGS),)
+all: $(PROGS)
# Dummy command so that make thinks it has done something
@true
OpenPOWER on IntegriCloud