Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/eeprom don't build eehandlers.c on MACHINE_ARCH!=sp...



details:   https://anonhg.NetBSD.org/src/rev/dc9f37c1ca71
branches:  trunk
changeset: 534159:dc9f37c1ca71
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 19 02:26:40 2002 +0000

description:
don't build eehandlers.c on MACHINE_ARCH!=sparc64

diffstat:

 usr.sbin/eeprom/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7610a7194341 -r dc9f37c1ca71 usr.sbin/eeprom/Makefile
--- a/usr.sbin/eeprom/Makefile  Thu Jul 18 22:51:57 2002 +0000
+++ b/usr.sbin/eeprom/Makefile  Fri Jul 19 02:26:40 2002 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.8 (Berkeley) 7/28/90
-#      $NetBSD: Makefile,v 1.9 2000/11/28 22:31:37 mrg Exp $
+#      $NetBSD: Makefile,v 1.10 2002/07/19 02:26:40 mrg Exp $
 
 .if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" \
        || ${MACHINE} == "sparc64"
@@ -12,7 +12,7 @@
 .if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
 SRCS+= ophandlers.c
 .endif
-.if ${MACHINE} != "sparc64"
+.if ${MACHINE_ARCH} != "sparc64"
 SRCS+= eehandlers.c
 .endif
 



Home | Main Index | Thread Index | Old Index