summaryrefslogtreecommitdiffstats
path: root/tools/cpu
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
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/ChangeLog5
-rw-r--r--tools/cpu/sh/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 893fd7b966..8f041ba57d 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2001-04-02 Joel Sherrill <joel@OARcorp.com>
+
* Makefile.am: Remove unix from DIST_SUBDIRS.
2001-03-29 Joel Sherrill <joel@OARcorp.com>
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