summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-06 17:04:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-06 17:04:09 +0000
commitc09248b98bff10e3f5eec02b0901dc470125a26c (patch)
treee0fa8c47c3246f044189350c343c01b4741485d8 /tools
parent2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c09248b98bff10e3f5eec02b0901dc470125a26c.tar.bz2
2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
Diffstat (limited to 'tools')
-rw-r--r--tools/cpu/sh/ChangeLog4
-rw-r--r--tools/cpu/sh/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index 21957b37b8..6199e0b6e6 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
+
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
diff --git a/tools/cpu/sh/Makefile.am b/tools/cpu/sh/Makefile.am
index 3b6c54d3eb..be30a63c12 100644
--- a/tools/cpu/sh/Makefile.am
+++ b/tools/cpu/sh/Makefile.am
@@ -11,7 +11,7 @@ shgen_SOURCES = sci.h sci.c shgen.c
if HELP2MAN
man_MANS = shgen.1
-shgen.1: $(srcdir)/shgen.c
+shgen.1: shgen$(EXEEXT)
$(HELP2MAN) -N ./shgen >$@
endif