* [Qemu-devel] [4423] Fix parallel build (broken by commit r4407)
@ 2008-05-10 23:51 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-05-10 23:51 UTC (permalink / raw)
To: qemu-devel
Revision: 4423
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4423
Author: aurel32
Date: 2008-05-10 23:51:24 +0000 (Sat, 10 May 2008)
Log Message:
-----------
Fix parallel build (broken by commit r4407)
Modified Paths:
--------------
trunk/Makefile.target
Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target 2008-05-10 23:28:26 UTC (rev 4422)
+++ trunk/Makefile.target 2008-05-10 23:51:24 UTC (rev 4423)
@@ -331,7 +331,7 @@
$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
endif
-cpu-exec.o: cpu-exec.c
+cpu-exec.o: cpu-exec.c $(OPC_H)
$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
#########################################################
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-10 23:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 23:51 [Qemu-devel] [4423] Fix parallel build (broken by commit r4407) Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).