Changeset 7e642ba in rtems for c/src/lib/libcpu/powerpc/mpc505
- Timestamp:
- 11/22/99 19:27:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b0ab1d74
- Parents:
- de759c5
- Location:
- c/src/lib/libcpu/powerpc/mpc505
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.in
rde759c5 r7e642ba 58 58 CLOBBER_ADDITIONS += 59 59 60 $ {PGM}: ${SRCS}${OBJS}60 $(PGM): ${OBJS} 61 61 $(make-rel) 62 62 -
c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.in
rde759c5 r7e642ba 58 58 CLOBBER_ADDITIONS += 59 59 60 ${PGM}: ${ SRCS} ${OBJS}60 ${PGM}: ${OBJS} 61 61 $(make-rel) 62 62
Note: See TracChangeset
for help on using the changeset viewer.