ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Makefile.in
(Generate patch)

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.5 by gbeauche, 2003-09-07T14:26:15Z vs.
Revision 1.6 by gbeauche, 2003-11-01T17:03:55Z

# Line 98 | Line 98 | $(OBJ_DIR)/%.o : %.S
98   # Kheperix CPU emulator
99   GENEXEC = ../kpx_cpu/src/cpu/ppc/genexec.pl
100  
101 < ../kpx_cpu/src/cpu/ppc/ppc-execute.cpp: ppc-execute-impl.cpp
101 > $(OBJ_DIR)/ppc-execute.o: ppc-execute-impl.cpp
102   ppc-execute-impl.cpp: ../kpx_cpu/src/cpu/ppc/ppc-decode.cpp $(GENEXEC)
103 <        $(CPP) $(CPPFLAGS) $< | $(GENEXEC) > $@
103 >        $(CPP) $(CPPFLAGS) -DGENEXEC $< | $(GENEXEC) > $@
104  
105   #-------------------------------------------------------------------------
106   # DO NOT DELETE THIS LINE -- make depend depends on it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines