From c09248b98bff10e3f5eec02b0901dc470125a26c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Jan 2004 17:04:09 +0000 Subject: 2004-01-06 Ralf Corsepius * Makefile.am: Let shgen.1 depend on shgen$(EXEEXT). --- tools/cpu/sh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cpu/sh/Makefile.am') 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 -- cgit v1.2.3