Use new name of man page (ld.1).

This commit is contained in:
Roland Pesch 1992-08-17 18:35:59 +00:00
parent 0e166a6353
commit 40ab85327f
2 changed files with 6 additions and 3 deletions

View File

@ -47,7 +47,7 @@ ebmon29k.sc-sh
ebmon29k.sh
generic.em
genscripts.sh
gld.1
ld.1
gld960.em
gld960.sh
go32.sh
@ -122,7 +122,10 @@ echo Done in `pwd`.
#
#
# $Log$
# Revision 1.39 1992/08/07 01:37:34 bothner
# Revision 1.40 1992/08/17 18:35:55 pesch
# Use new name of man page (ld.1).
#
# Revision 1.39 1992/08/07 01:37:34 bothner
# * ldint.texinfo: New internals manual (beginnings thereof).
# * PORTING: Removed, merged into ldint.texinfo.
#

View File

@ -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 \