From 9332e61aae5258a17999d161ef1cf1c6963e4c63 Mon Sep 17 00:00:00 2001 From: is Date: Sat, 6 Feb 1999 23:17:07 +0000 Subject: [PATCH] Define _STANDALONE instead of STANDALONE. --- sys/arch/amiga/stand/bootblock/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/stand/bootblock/boot/Makefile b/sys/arch/amiga/stand/bootblock/boot/Makefile index 3521ac2951e8..e66b1b5cf08b 100644 --- a/sys/arch/amiga/stand/bootblock/boot/Makefile +++ b/sys/arch/amiga/stand/bootblock/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/01/03 12:46:31 veego Exp $ +# $NetBSD: Makefile,v 1.17 1999/02/06 23:17:07 is Exp $ ### what we need: @@ -27,7 +27,7 @@ SOBJS += libstubs.o OBJS= $(SOBJS) $(COBJS) -DEFS = -DSTANDALONE -DINSECURE +DEFS = -D_STANDALONE -DINSECURE ### main target: ###