summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 d1b5a655fc..3b6c54d3eb 100644
--- a/tools/cpu/sh/Makefile.am
+++ b/tools/cpu/sh/Makefile.am
@@ -12,7 +12,7 @@ if HELP2MAN
man_MANS = shgen.1
shgen.1: $(srcdir)/shgen.c
- $(HELP2MAN) -N shgen >$@
+ $(HELP2MAN) -N ./shgen >$@
endif
include $(top_srcdir)/../../../automake/host.am