Use new name of man page (ld.1).
authorRoland Pesch <pesch@cygnus>
Mon, 17 Aug 1992 18:35:59 +0000 (18:35 +0000)
committerRoland Pesch <pesch@cygnus>
Mon, 17 Aug 1992 18:35:59 +0000 (18:35 +0000)
ld/.Sanitize
ld/Makefile.in

index 8473275a0444d1761c94b65e3c0453e95119238d..b47fd5806c3bbe02c92046e0b4d201c2bd3bb5a5 100644 (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.
 #
index 4c066b628623d6eaccc12cf65c138209dda00c9a..abc6d34bc491fb0228d09dc2c7749553ca3f7d1c 100644 (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 \
This page took 0.026193 seconds and 4 git commands to generate.