summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:36:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:36:06 +0000
commitae56a2751f70667342d947dd0a57395d6e795a08 (patch)
treeb7d2dce25f3b68320bc97f1fa4f2afa0e946a629 /cpukit
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ae56a2751f70667342d947dd0a57395d6e795a08.tar.bz2
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/librpc/ChangeLog5
-rw-r--r--cpukit/librpc/src/rpc/Makefile.am3
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog
index 1061f3704c..2eea855dad 100644
--- a/cpukit/librpc/ChangeLog
+++ b/cpukit/librpc/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/xdr/Makefile.am: Eliminate LIBNAME.
+ * src/rpc/Makefile.am: Eliminate LIBNAME.
+
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../..).
diff --git a/cpukit/librpc/src/rpc/Makefile.am b/cpukit/librpc/src/rpc/Makefile.am
index cd8d96cf80..a7bc82fe38 100644
--- a/cpukit/librpc/src/rpc/Makefile.am
+++ b/cpukit/librpc/src/rpc/Makefile.am
@@ -8,8 +8,7 @@ include $(top_srcdir)/../automake/lib.am
SUBDIRS = PSD.doc
-LIBNAME = librpc
-LIB = $(ARCH)/$(LIBNAME).a
+LIB = $(ARCH)/librpc.a
C_FILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \