summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 05:20:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 05:20:29 +0000
commit163abc10e8be0d0855c3c2a5737018c309a13e33 (patch)
tree7efacb2b5bb44b8ad2c7e70594af44da52c9e436
parent2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-163abc10e8be0d0855c3c2a5737018c309a13e33.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove libxdr.a.
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index cf0dc28a83..41f0299919 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Remove libxdr.a.
+
+2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Remove librpc.
2002-06-25 Joel Sherrill <joel@OARcorp.com>
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index c08d83a2c8..153e9499cf 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -13,8 +13,7 @@ include $(top_srcdir)/../../../automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
if HAS_NETWORKING
-LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \
- $(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
+LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a
endif
if HAS_RDBG