summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-09-08 07:11:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-09-08 07:11:54 +0000
commit63739101d9825f30d61c84a428d45f80dccd18fa (patch)
tree5063c4dba532545c84d9e96af3aa95d6e54a1424 /c
parent2002-09-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-63739101d9825f30d61c84a428d45f80dccd18fa.tar.bz2
2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog4
-rw-r--r--c/src/lib/libcpu/mips/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index ebba5e5e7b..6ddcf37c0c 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove duplicate timer/Makefile from CONFIG_FILES.
+
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/c/src/lib/libcpu/mips/configure.ac b/c/src/lib/libcpu/mips/configure.ac
index 55206c6938..7df3879629 100644
--- a/c/src/lib/libcpu/mips/configure.ac
+++ b/c/src/lib/libcpu/mips/configure.ac
@@ -50,5 +50,5 @@ timer/Makefile
tx39/Makefile
tx39/include/Makefile
tx39/vectorisrs/Makefile
-timer/Makefile])
+])
AC_OUTPUT