From 42d21b86b22a33f0130dd55d53fb019ca543c890 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 10 Apr 1999 08:07:34 +0000 Subject: [PATCH] Look in the new place for GCC bits. --- gnu/usr.bin/ld/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 6c9ff0774768..37305d1bfdae 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.26 1998/09/07 05:46:09 jb Exp $ +# $Id: Makefile,v 1.27 1998/09/09 11:22:28 kato Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout -GCCDIR= ${.CURDIR}/../../../contrib/gcc +GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc PROG= ld BINDIR= /usr/libexec/aout