Browse Source

* Usability improvement

2000-07-27  Frank Ch. Eigler  <fche@redhat.com>

	From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
	* Makefile.in (install): Install run.1 man page.
binutils-2_11-branch
Frank Ch. Eigler 26 years ago
parent
commit
fab307a2bc
  1. 5
      sim/common/ChangeLog
  2. 2
      sim/common/Makefile.in

5
sim/common/ChangeLog

@ -1,3 +1,8 @@
2000-07-27 Frank Ch. Eigler <fche@redhat.com>
From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* Makefile.in (install): Install run.1 man page.
Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com> Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
From 2000-06-23 Doug Evans <dje@casey.transmeta.com>: From 2000-06-23 Doug Evans <dje@casey.transmeta.com>:

2
sim/common/Makefile.in

@ -116,7 +116,7 @@ distclean mostlyclean maintainer-clean realclean: clean
force: force:
# Copy the files into directories where they will be run. # Copy the files into directories where they will be run.
install: install: install-man
install-man: installdirs install-man: installdirs
n=`echo run | sed '$(program_transform_name)'`; \ n=`echo run | sed '$(program_transform_name)'`; \

Loading…
Cancel
Save