summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-09 06:07:27 +0000
committerjb <jb@FreeBSD.org>1998-03-09 06:07:27 +0000
commit2d7cccd9cf1345ff24a2ce466174e387bb9860e0 (patch)
treefcfab28b9f1689c7121bea65f3fd042f27050313 /gnu
parent8cfaeb38b8393dfe0d4911a37f9850cff858df29 (diff)
downloadFreeBSD-src-2d7cccd9cf1345ff24a2ce466174e387bb9860e0.zip
FreeBSD-src-2d7cccd9cf1345ff24a2ce466174e387bb9860e0.tar.gz
We want ld in /usr/bin, not some weird and wonderful hiding place
that might be inspired by some creation from Intel. Doh.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/alpha-elf/ld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/alpha-elf/ld/Makefile b/gnu/usr.bin/binutils/alpha-elf/ld/Makefile
index 781c258..29f755f 100644
--- a/gnu/usr.bin/binutils/alpha-elf/ld/Makefile
+++ b/gnu/usr.bin/binutils/alpha-elf/ld/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/01 23:41:02 jdp Exp $
+# $Id: Makefile,v 1.1.1.1 1998/03/09 00:33:25 jb Exp $
#
.include "../Makefile.inc0"
@@ -12,7 +12,7 @@ LDSCRIPTS= elf64alpha.x elf64alpha.xbn elf64alpha.xn elf64alpha.xr \
alpha.xn alpha.xr alpha.xu
PROG= ld
-BINDIR= /usr/libexec/elf
+BINDIR= /usr/bin
SCRIPTDIR= /usr/libdata/ldscripts
SRCS= ldgram.c eelf64alpha.c ealpha.c ldcref.c \
ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
OpenPOWER on IntegriCloud