From 7f866a92cabdba71feee4704bbe4313ab105a962 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Apr 2002 23:49:26 +0000 Subject: 2001-04-02 Joel Sherrill * sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH. --- tools/cpu/ChangeLog | 5 +++++ tools/cpu/sh/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'tools/cpu') diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog index 893fd7b966..8f041ba57d 100644 --- a/tools/cpu/ChangeLog +++ b/tools/cpu/ChangeLog @@ -1,3 +1,8 @@ +2001-04-02 Joel Sherrill + + * sh/Makefile.am: Use "./shgen" not "shgen" so current directory + does not have to be in the PATH. + 2001-04-02 Joel Sherrill * Makefile.am: Remove unix from DIST_SUBDIRS. 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 -- cgit v1.2.3