summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-06 17:06:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-06 17:06:09 +0000
commit31afd6b467c4ef0cd4838ac28059521bfe674ac1 (patch)
tree9ca9706968c8dc799ac2c108ab769c55a859a36a /tools
parent2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-31afd6b467c4ef0cd4838ac28059521bfe674ac1.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 16824a3314..ea67247041 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-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
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