From b509eaa65e067ab3e2ce2c4d2c6207dd1e6000a3 Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 4 May 1998 21:13:50 +0000 Subject: Since the makefiles below binutils with the architecture extension are now included according to the cross-architecture support required, default the BINDIR for i386 to /usr/libexec/elf here instead of in all the i386 specific makefiles. For all other architectures, BINDIR is just /usr/bin. --- gnu/usr.bin/binutils/Makefile.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc index e95f8eb..9fd5eb0 100644 --- a/gnu/usr.bin/binutils/Makefile.inc +++ b/gnu/usr.bin/binutils/Makefile.inc @@ -1,5 +1,9 @@ # -# $Id$ +# $Id: Makefile.inc,v 1.1.1.1 1998/03/01 23:40:47 jdp Exp $ # +.if ${MACHINE_ARCH} == "i386" +BINDIR?= /usr/libexec/elf +.else BINDIR?= /usr/bin +.endif -- cgit v1.1