Changeset 7e642ba in rtems for c/src/lib/libcpu/mips64orion
- Timestamp:
- Nov 22, 1999, 7:27:13 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b0ab1d74
- Parents:
- de759c5
- Location:
- c/src/lib/libcpu/mips64orion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips64orion/clock/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/mips64orion/timer/Makefile.in
rde759c5 r7e642ba 60 60 CLOBBER_ADDITIONS += 61 61 62 $ {PGM}: ${SRCS}${OBJS}62 $(PGM): ${OBJS} 63 63 $(make-rel) 64 64
Note: See TracChangeset
for help on using the changeset viewer.