aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-08-17 18:35:59 +0000
committerRoland Pesch <pesch@cygnus>1992-08-17 18:35:59 +0000
commit40ab85327f7605c65de1e790a36635f9ccc04090 (patch)
tree91a291a2a359ee9c87b5a8de0a4b13b1d48966be /ld/Makefile.in
parent0e166a63532ff1c439ffffde549c54312467432a (diff)
downloadgdb-40ab85327f7605c65de1e790a36635f9ccc04090.zip
gdb-40ab85327f7605c65de1e790a36635f9ccc04090.tar.gz
gdb-40ab85327f7605c65de1e790a36635f9ccc04090.tar.bz2
Use new name of man page (ld.1).
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 4c066b6..abc6d34 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -440,7 +440,7 @@ install: $(LD_PROG)
-rm -f $(tooldir)/ld
if [ -d $(tooldir) ]; then $(INSTALL_PROGRAM) ld.new $(tooldir)/ld; else true; fi
-rm -f $(man1dir)/$(program_prefix)ld$(program_suffix).1
- $(INSTALL_DATA) $(srcdir)/gld.1 $(man1dir)/$(program_prefix)ld$(program_suffix).1
+ $(INSTALL_DATA) $(srcdir)/ld.1 $(man1dir)/$(program_prefix)ld$(program_suffix).1
install-info: info
for i in ld.info* ; do \