Changeset 5919677 in rtems


Ignore:
Timestamp:
12/14/02 05:25:42 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dfa3486d
Parents:
4f28e05
Message:

2002-12-14 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch).
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r4f28e05 r5919677  
     12002-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
    162002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/wrapup/Makefile.am

    r4f28e05 r5919677  
    4040
    4141if LIBRPC
    42 LIBS += ../librpc/$(ARCH)/librpc.a
    43 LIBS += ../librpc/$(ARCH)/libxdr.a
     42LIBS += ../librpc/src/rpc/$(ARCH)/librpc.a
     43LIBS += ../librpc/src/xdr/$(ARCH)/libxdr.a
    4444endif
    4545
Note: See TracChangeset for help on using the changeset viewer.