Changeset 5919677 in rtems
- Timestamp:
- 12/14/02 05:25:42 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dfa3486d
- Parents:
- 4f28e05
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r4f28e05 r5919677 1 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in 4 from the 2002-12-12 patch). 5 1 6 2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/wrapup/Makefile.am
r4f28e05 r5919677 40 40 41 41 if LIBRPC 42 LIBS += ../librpc/ $(ARCH)/librpc.a43 LIBS += ../librpc/ $(ARCH)/libxdr.a42 LIBS += ../librpc/src/rpc/$(ARCH)/librpc.a 43 LIBS += ../librpc/src/xdr/$(ARCH)/libxdr.a 44 44 endif 45 45
Note: See TracChangeset
for help on using the changeset viewer.