Changeset 81df4984 in rtems
- Timestamp:
- 01/14/03 18:41:29 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 485b21a1
- Parents:
- 6b384516
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
r6b384516 r81df4984 1 2003-01-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Eliminate OBJS. 4 1 5 2003-01-10 Joel Sherrill <joel@OARcorp.com> 2 6 -
cpukit/libcsupport/Makefile.am
r6b384516 r81df4984 150 150 endif 151 151 152 C_O_FILES = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) 153 OBJS = $(C_O_FILES) 152 OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) 154 153 155 154 #
Note: See TracChangeset
for help on using the changeset viewer.