summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e8f084d5f..5d4d6e42f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Remove references to obsoleted files
+ aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
+
2003-02-14 Joel Sherrill <joel@OARcorp.com>
* README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
diff --git a/Makefile.am b/Makefile.am
index 05c52585ab..c807ffd3a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,8 @@ ACLOCAL_FILES = aclocal/bsp-alias.m4 aclocal/canonical-host.m4 \
aclocal/check-cxx.m4 aclocal/check-itron.m4 \
aclocal/check-multiprocessing.m4 aclocal/check-networking.m4 \
aclocal/check-newlib.m4 aclocal/check-posix.m4 aclocal/check-rdbg.m4 \
- aclocal/enable-bare.m4 aclocal/enable-cxx.m4 aclocal/enable-gcc28.m4 \
- aclocal/enable-inlines.m4 aclocal/enable-itron.m4 aclocal/enable-libcdir.m4 \
+ aclocal/enable-bare.m4 aclocal/enable-cxx.m4 \
+ aclocal/enable-inlines.m4 aclocal/enable-itron.m4 \
aclocal/enable-multiprocessing.m4 aclocal/enable-networking.m4 \
aclocal/enable-posix.m4 aclocal/enable-rdbg.m4 aclocal/enable-rtemsbsp.m4 \
aclocal/enable-tests.m4 aclocal/gcc-pipe.m4 aclocal/gcc-specs.m4 \