qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] Makefile (dyngen): Add thunk.c as dependency and a


From: Johan Rydberg
Subject: [Qemu-devel] [patch] Makefile (dyngen): Add thunk.c as dependency and as source.
Date: Mon, 16 Jun 2003 18:23:43 +0200

Hi, I had to make the following change to get the CVS HEAD
version of QEMU to compile:

2003-06-16  Johan Rydberg  <address@hidden>

        * Makefile (dyngen): Add thunk.c as dependency and as source.

--- Makefile    15 Jun 2003 23:29:28 -0000      1.36
+++ Makefile    16 Jun 2003 14:46:45 -0000
@@ -144,8 +144,8 @@
        rm -f $@
        $(AR) rcs $@ $(LIBOBJS)
 
-dyngen: dyngen.c
-       $(HOST_CC) -O2 -Wall -g $< -o $@
+dyngen: dyngen.c thunk.c
+       $(HOST_CC) -O2 -Wall -g $^ -o $@
 
 translate-$(TARGET_ARCH).o: translate-$(TARGET_ARCH).c gen-op-$(TARGET_ARCH).h 
opc-$(TARGET_ARCH).h cpu-$(TARGET_ARCH).h
 


-- 
Johan Rydberg, Free Software Developer, Sweden
http://rtmk.sf.net | http://www.nongnu.org/guss/

Playing Logh - The Contractor and the...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]