summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-19 04:12:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-19 04:12:43 +0000
commitec7fc2338642bd94b93e06934beaa383f327d4e3 (patch)
tree2dae4492bd9220f169b8d00ca4847500f4895c7e
parent2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ec7fc2338642bd94b93e06934beaa383f327d4e3.tar.bz2
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove setting up bsplibdir.
-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