From: aurel32 Date: Sat, 10 May 2008 23:51:24 +0000 (+0000) Subject: Fix parallel build (broken by commit r4407) X-Git-Tag: TizenStudio_2.0_p2.3~11802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5f979c664d5abcb73d430cd6989178c70ed6201;p=sdk%2Femulator%2Fqemu.git Fix parallel build (broken by commit r4407) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4423 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile.target b/Makefile.target index 23134f5..e1f866d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -331,7 +331,7 @@ op_helper.o: op_helper.c $(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 $@ $< #########################################################