Changeset ad2b936 in rtems
- Timestamp:
- 12/02/03 04:46:03 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b752e632
- Parents:
- 457cd0f
- Location:
- c/src/libchip
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/ChangeLog
r457cd0f rad2b936 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * ide/Makefile.am: Remove all-local: $(ARCH). 4 * network/Makefile.am: Remove all-local: $(ARCH). 5 * rtc/Makefile.am: Remove all-local: $(ARCH). 6 * serial/Makefile.am: Remove all-local: $(ARCH). 7 1 8 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/libchip/ide/Makefile.am
r457cd0f rad2b936 23 23 $(make-library) 24 24 25 all-local: $( ARCH) $(PREINSTALL_FILES) $(LIB)25 all-local: $(PREINSTALL_FILES) $(LIB) 26 26 endif 27 27 -
c/src/libchip/network/Makefile.am
r457cd0f rad2b936 32 32 33 33 if HAS_NETWORKING 34 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)34 all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES) 35 35 endif 36 36 endif -
c/src/libchip/rtc/Makefile.am
r457cd0f rad2b936 25 25 $(make-library) 26 26 27 all-local: $( ARCH) $(PREINSTALL_FILES) $(LIB)27 all-local: $(PREINSTALL_FILES) $(LIB) 28 28 endif 29 29 -
c/src/libchip/serial/Makefile.am
r457cd0f rad2b936 26 26 $(make-library) 27 27 28 all-local: $( ARCH) $(PREINSTALL_FILES) $(LIB)28 all-local: $(PREINSTALL_FILES) $(LIB) 29 29 endif 30 30
Note: See TracChangeset
for help on using the changeset viewer.