[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [4423] Fix parallel build (broken by commit r4407)
From: |
Aurelien Jarno |
Subject: |
[Qemu-devel] [4423] Fix parallel build (broken by commit r4407) |
Date: |
Sat, 10 May 2008 23:51:26 +0000 |
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 $@ $<
#########################################################
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [4423] Fix parallel build (broken by commit r4407),
Aurelien Jarno <=