summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/wrapup/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index 8922eaade9..cd23971649 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Remove setting up bsplibdir.
+
2002-07-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: explicitly create $(ARCH) when building $(LIB).
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index edc5ce81fa..924a26b0bc 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -67,7 +67,6 @@ $(LIB): $(SRCS)
rm -f $(ARCH)/*
$(RANLIB) $@
-bsplibdir = $(libdir)/@RTEMS_BSP@/lib
bsplib_DATA = $(LIB)
include $(top_srcdir)/../../../automake/local.am