From 40ab85327f7605c65de1e790a36635f9ccc04090 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Mon, 17 Aug 1992 18:35:59 +0000 Subject: [PATCH] Use new name of man page (ld.1). --- ld/.Sanitize | 7 +++++-- ld/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ld/.Sanitize b/ld/.Sanitize index 8473275a04..b47fd5806c 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -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. # diff --git a/ld/Makefile.in b/ld/Makefile.in index 4c066b6286..abc6d34bc4 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 \