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

Comparing SheepShaver/Makefile (file contents):
Revision 1.6 by gbeauche, 2003-09-07T14:25:48Z vs.
Revision 1.7 by gbeauche, 2003-09-14T22:10:57Z

# Line 92 | Line 92 | kpx_cpu:
92                 src/cpu/ppc/ppc-config.hpp \
93                 src/cpu/ppc/ppc-operands.hpp \
94                 src/cpu/ppc/ppc-operations.hpp \
95 <               src/cpu/ppc/ppc-registers.hpp'; \
95 >               src/cpu/ppc/ppc-registers.hpp \
96 >               src/test/test-powerpc.cpp'; \
97          for i in $$list; do \
98            echo $$i; \
99            mkdir -p src/kpx_cpu/`dirname $$i`; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines