summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 538d44ca9e..2fa643b4ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-09-14 Joel Sherrill <joel@OARcorp.com>
+ * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
+
+2000-09-14 Joel Sherrill <joel@OARcorp.com>
+
* aclocal/enable-hwapi.m4: Now longer used and removed.
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
diff --git a/Makefile.am b/Makefile.am
index 586e5fa90f..3564ff0d9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ ACLOCAL_FILES += aclocal/ar-s.m4 aclocal/bsp-alias.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-hwapi.m4 \
+ aclocal/enable-cxx.m4 aclocal/enable-gcc28.m4 \
aclocal/enable-inlines.m4 aclocal/enable-itron.m4 \
aclocal/enable-libcdir.m4 aclocal/enable-multiprocessing.m4 \
aclocal/enable-networking.m4 aclocal/enable-posix.m4 \