`ld' moved again
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 May 1989 12:46:55 +0000 (04:46 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 May 1989 12:46:55 +0000 (04:46 -0800)
SCCS-vsn: sys/tahoe/conf/Makefile.tahoe 1.18
SCCS-vsn: sys/vax/conf/Makefile.vax 7.12

usr/src/sys/tahoe/conf/Makefile.tahoe
usr/src/sys/vax/conf/Makefile.vax

index 2422754..9291610 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile.tahoe      1.17 (Berkeley) %G%
+#      @(#)Makefile.tahoe      1.18 (Berkeley) %G%
 #
 # Makefile for 4.3 BSD
 #
 #
 # Makefile for 4.3 BSD
 #
@@ -19,7 +19,7 @@
 # -DQUOTA      compile in file system quotas
 #
 C2=    /usr/libexec/c2
 # -DQUOTA      compile in file system quotas
 #
 C2=    /usr/libexec/c2
-LD=    /usr/pgrm/ld
+LD=    /usr/bin/ld
 TOUCH= touch -f -c
 INDIR= ../tahoe/inline
 INLINE=        ${INDIR}/inline
 TOUCH= touch -f -c
 INDIR= ../tahoe/inline
 INLINE=        ${INDIR}/inline
index c40c0da..d7fce9b 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile.vax        7.11 (Berkeley) %G%
+#      @(#)Makefile.vax        7.12 (Berkeley) %G%
 #
 # Makefile for 4.3 BSD
 #
 #
 # Makefile for 4.3 BSD
 #
@@ -25,7 +25,7 @@
 # -DUUDMA      compile in unibus tu58 pseudo-dma code
 #
 C2=    /usr/libexec/c2
 # -DUUDMA      compile in unibus tu58 pseudo-dma code
 #
 C2=    /usr/libexec/c2
-LD=    /usr/pgrm/ld
+LD=    /usr/bin/ld
 INLINECMD= ../vax/inline/inline
 INLINE=        ${INLINECMD} ${INLINEOPTS}
 TOUCH= touch -f -c
 INLINECMD= ../vax/inline/inline
 INLINE=        ${INLINECMD} ${INLINEOPTS}
 TOUCH= touch -f -c