diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 05:37:24 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-02-09 05:37:24 +0000 |
commit | 900f793c2cb195a2fa7fcdbb351d54a850f12946 (patch) | |
tree | f56fe6a81dad023c2c67a1b804fdda7603429964 /gnu | |
parent | 92ed7268a00a4348d6bdf8f1a14b9221a8095443 (diff) |
Corrected mvme88k vs. m88k directories.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 50d46399876..29017798672 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1999/02/09 04:54:29 smurph Exp $ +# $OpenBSD: Makefile,v 1.5 1999/02/09 05:37:23 smurph Exp $ # $NetBSD: Makefile,v 1.13 1995/04/23 07:58:46 cgd Exp $ TARGET_MACHINE_ARCH?= $(MACHINE_ARCH) @@ -7,9 +7,7 @@ PROG= ld SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c CFLAGS+=-g CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/$(TARGET_MACHINE_ARCH) -.if ($(MACHINE_ARCH) == "m88k") -MACHINE_ARCH = mvme88k -.endif + .if ($(TARGET_MACHINE_ARCH) != $(MACHINE_ARCH)) CPPFLAGS+= -DCROSS_LINKER -DXHOST=$(MACHINE_ARCH) \ -I${.CURDIR}/../../../sys/arch/${TARGET_MACHINE_ARCH}/include \ |