summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-21 15:02:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-21 15:02:20 +0000
commit1344bf2360c4cd258278826cbb61f3002f4c05d7 (patch)
treea37f424eeb8c3da737a2c401a25b7ffdf1bf4925 /c/src/lib/libbsp/sh/gensh2
parent2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1344bf2360c4cd258278826cbb61f3002f4c05d7.tar.bz2
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* scitab/Makefile.am: Remove stray blank from SCITAB rule.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog
index fa644461eb..994d5b8c41 100644
--- a/c/src/lib/libbsp/sh/gensh2/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * scitab/Makefile.am: Remove stray blank from SCITAB rule.
+
2001-08-01 Radzislaw Galler <rgaller@et.put.poznan.pl>
* include/bsp.h: Disabled redefinition of
diff --git a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
index eacbcbb876..705c7af8ba 100644
--- a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
- $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
+ $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile