mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
fix ppc-execute.o dependency
This commit is contained in:
parent
89d0f9ca29
commit
066af7452a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user