summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:22:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:22:47 +0000
commitc7c6e721ea20cd1cc54a3e90463b448e49b47cf5 (patch)
tree05566ca80be1ef523845c9a30effe8f458ecd812 /c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
parent2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c7c6e721ea20cd1cc54a3e90463b448e49b47cf5.tar.bz2
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as it is called in configure.in instead of HZ.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
index ee1646f2e0..30b3fa4c1b 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 $(HZ) sci > $@
+ $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile