summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 16:08:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-26 16:08:05 +0000
commit74232ef57631e0bb281e22879990406ecc3bd2b3 (patch)
tree60d9b6764a4f051a44325ee32d1e208a3bfee5f9 /c/src/wrapup
parent2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-74232ef57631e0bb281e22879990406ecc3bd2b3.tar.bz2
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup libmisc.a from build directory. Remove libxdr.a.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/ChangeLog5
-rw-r--r--c/src/wrapup/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index b5d6ab2852..23ccca1b25 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Pickup libmisc.a from build directory.
+ Remove libxdr.a.
+
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 153e9499cf..03bbaf2f58 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -29,7 +29,7 @@ SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \
$(wildcard $(PROJECT_RELEASE)/lib/librtcio$(LIB_VARIANT).a) \
$(wildcard $(PROJECT_RELEASE)/lib/libserialio$(LIB_VARIANT).a) \
$(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
- $(PROJECT_RELEASE)/lib/libmisc$(LIB_VARIANT).a \
+ ../libmisc/wrapup/$(ARCH)/libmisc.a \
$(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a