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 | fab307a2bc5b99b255cd6e30f3fa98533920b747 (patch) | |
tree | 533c5dfcbf4d8f58b2bcf9284d3f1fd729387bc5 /sim/common/Makefile.in | |
parent | 071da002501ca03ccdd4e1ec45006f5f40123342 (diff) | |
download | gdb-fab307a2bc5b99b255cd6e30f3fa98533920b747.zip gdb-fab307a2bc5b99b255cd6e30f3fa98533920b747.tar.gz gdb-fab307a2bc5b99b255cd6e30f3fa98533920b747.tar.bz2 |
* 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/common/Makefile.in')
-rw-r--r-- | sim/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index b97ad1d..d021566 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)'`; \ |