diff options
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 23134f5d66..e1f866d878 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 $@ $< ######################################################### |