From 5919677e7c9322d713116532d9a0af84625ee51c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Dec 2002 05:25:42 +0000 Subject: 2002-12-14 Ralf Corsepius * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch). --- cpukit/ChangeLog | 5 +++++ cpukit/wrapup/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9d29f22566..f49611260c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2002-12-14 Ralf Corsepius + + * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in + from the 2002-12-12 patch). + 2002-12-13 Ralf Corsepius * wrapup/Makefile.am: Fix typo in yesterday's patch. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 9362b09bbb..74cb16da9e 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -39,8 +39,8 @@ LIBS += ../libnetworking/wrapup/$(ARCH)/libnetworking.a endif if LIBRPC -LIBS += ../librpc/$(ARCH)/librpc.a -LIBS += ../librpc/$(ARCH)/libxdr.a +LIBS += ../librpc/src/rpc/$(ARCH)/librpc.a +LIBS += ../librpc/src/xdr/$(ARCH)/libxdr.a endif $(LIB): ${LIBS} -- cgit v1.2.3