From f92e10ca14f1c1c24bf3e5d3888a231afa765426 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 20 Dec 1993 13:35:26 +0000 Subject: [PATCH] obj.MACHINE takes precedence over obj --- gnu/usr.bin/gas/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/gas/Makefile b/gnu/usr.bin/gas/Makefile index d30ccfe3125e..cc9fd07dec82 100644 --- a/gnu/usr.bin/gas/Makefile +++ b/gnu/usr.bin/gas/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.13 1993/12/20 13:13:02 davidb Exp $ +# $Id: Makefile,v 1.14 1993/12/20 13:35:26 cgd Exp $ .include "config/Makefile.$(MACHINE_ARCH)" @@ -13,10 +13,10 @@ gas_target=$(MACHINE_ARCH) gas_objformat=aout .endif -.if exists(${.CURDIR}/obj) -ADDINCLUDE=-I${.CURDIR}/obj -.elif exists(${.CURDIR}/obj.${MACHINE}) +.if exists(${.CURDIR}/obj.${MACHINE}) ADDINCLUDE=-I${.CURDIR}/obj.${MACHINE} +.elif exists(${.CURDIR}/obj) +ADDINCLUDE=-I${.CURDIR}/obj .endif PROG= as