summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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