summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:28:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:28:37 +0000
commit1fcb82cfb83f274183cd471a70ec8a74fe889fa3 (patch)
tree024266b8d105789ce7ebf65fb9560b044fbb9eba /c/src/lib/libcpu/sh/sh7750/ChangeLog
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1fcb82cfb83f274183cd471a70ec8a74fe889fa3.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * sci/Makefile.am: Use .$(OBJEXT) instead of .o. * score/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/ChangeLog b/c/src/lib/libcpu/sh/sh7750/ChangeLog
index 16591ba74f..c01f24243f 100644
--- a/c/src/lib/libcpu/sh/sh7750/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7750/ChangeLog
@@ -1,3 +1,10 @@
+2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * score/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.