diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 17:27:03 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 17:27:03 +0000 |
commit | 9efa9cd8b2338e18ed67931b026d14af6f02e4f2 (patch) | |
tree | 74adf1ad688acfa6b006cc83e066f11dc6d488d2 /sys/arch/sparc64/conf/Makefile.sparc64 | |
parent | 3c4ec66298675d0dc043bb12ae83c30d2ea494dd (diff) |
fix depend
Diffstat (limited to 'sys/arch/sparc64/conf/Makefile.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index ba29d7b2421..4ea2e13675b 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -18,7 +18,7 @@ SPARC64= $S/arch/sparc64 INCLUDES= -nostdinc -I. -I$S/arch -I$S # XXX - remove the __OpenBSD__ later! -CPPFLAGS= -D__OpenBSD__ ${INCLUDES} ${IDENT} -D_KERNEL -Dsparc64 +CPPFLAGS= -U__NetBSD__ -D__OpenBSD__ ${INCLUDES} ${IDENT} -D_KERNEL -Dsparc64 CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main @@ -140,7 +140,7 @@ links: SRCS= ${SPARC64}/sparc64/locore.s \ param.c ioconf.c ${CFILES} ${SFILES} -depend: .depend +depend:: .depend .depend: ${SRCS} assym.h param.c ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${SPARC64}/sparc64/locore.s ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} |