summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh/Makefile.am')
-rw-r--r--tools/cpu/sh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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