2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
This commit is contained in:
Ralf Corsepius
2004-01-06 17:06:09 +00:00
parent 62be4c5472
commit 31afd6b467
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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