diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-07-27 15:45:20 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-07-27 15:45:20 +0000 |
commit | 82903c64f62771f58ec040b59fe7d84ef2985f46 (patch) | |
tree | 97226efd6aa813c1a487f126f1377a48c318db97 /sim | |
parent | 2524ab97d4280ee582d8adb94d45a332ebc2d7ec (diff) | |
download | gdb-82903c64f62771f58ec040b59fe7d84ef2985f46.tar.gz |
* 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.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7e0d6758ff3..3f945b5eb4b 100644 --- a/sim/common/ChangeLog +++ b/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> From 2000-06-23 Doug Evans <dje@casey.transmeta.com>: diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index b97ad1dddf7..d021566ea7c 100644 --- a/sim/common/Makefile.in +++ b/sim/common/Makefile.in @@ -116,7 +116,7 @@ distclean mostlyclean maintainer-clean realclean: clean force: # Copy the files into directories where they will be run. -install: +install: install-man install-man: installdirs n=`echo run | sed '$(program_transform_name)'`; \ |