diff --git a/SheepShaver/src/Unix/Makefile.in b/SheepShaver/src/Unix/Makefile.in index 7f72f0e7..7d82b3ac 100644 --- a/SheepShaver/src/Unix/Makefile.in +++ b/SheepShaver/src/Unix/Makefile.in @@ -98,9 +98,9 @@ $(OBJ_DIR)/%.o : %.S # Kheperix CPU emulator GENEXEC = ../kpx_cpu/src/cpu/ppc/genexec.pl -../kpx_cpu/src/cpu/ppc/ppc-execute.cpp: ppc-execute-impl.cpp +$(OBJ_DIR)/ppc-execute.o: ppc-execute-impl.cpp ppc-execute-impl.cpp: ../kpx_cpu/src/cpu/ppc/ppc-decode.cpp $(GENEXEC) - $(CPP) $(CPPFLAGS) $< | $(GENEXEC) > $@ + $(CPP) $(CPPFLAGS) -DGENEXEC $< | $(GENEXEC) > $@ #------------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- make depend depends on it.