summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/wrapup/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 929e1de102..0e3133c4c2 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
+
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 5fe97715a4..37ff467f55 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install "glommed" librtemsbsp.a
##
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am