summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 05:25:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 05:25:42 +0000
commit5919677e7c9322d713116532d9a0af84625ee51c (patch)
tree1ca6a50992cae2f4b51b98cfb72746abf74c9b67
parent2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5919677e7c9322d713116532d9a0af84625ee51c.tar.bz2
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch).
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/wrapup/Makefile.am4
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 <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
+ from the 2002-12-12 patch).
+
2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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}