For the pc532 MACHINE (pc532) isn't equal to MACHINE_ARCH (ns32k) but there

is no sys/arch/ns32k.
This commit is contained in:
matthias 1998-08-25 11:52:26 +00:00
parent 2fa5652849
commit fb5e3aef9b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/06/15 20:49:43 cgd Exp $
# $NetBSD: Makefile,v 1.3 1998/08/25 11:52:26 matthias Exp $
# For now, we install the machine and arch includes, and symlink 'machine'
# to the location of the machine includes.
@ -6,7 +6,7 @@
# Eventually, we should install everything.
SUBDIR= ${MACHINE}
.if ${MACHINE} != ${MACHINE_ARCH}
.if ${MACHINE} != ${MACHINE_ARCH} && exists(${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.endif