summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:49:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-02 23:49:26 +0000
commit7f866a92cabdba71feee4704bbe4313ab105a962 (patch)
tree9f3891f7ab08834d49d4793c0d48978b567c09cd /tools/cpu/sh
parent2001-04-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7f866a92cabdba71feee4704bbe4313ab105a962.tar.bz2
2001-04-02 Joel Sherrill <joel@OARcorp.com>
* sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
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