summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/installboot/Makefile
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-10 09:35:43 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-01-10 09:35:43 +0000
commit12a2f0884962bb1c3da3c7b0d327800865364093 (patch)
tree76cc7b5be37f035ec31a68e63331aac5f62d188a /sys/arch/sparc64/stand/installboot/Makefile
parent3877031aa4f75ba1b1f17dd57cd7cc243c7da5f2 (diff)
- shift some variables
- fix a problem caused by the fact that in gcc3, gcc -Ufoo -Dfoo in this order causes "foo" to be defined (different in gcc2) make logic from espie; tested on gcc2 by brad
Diffstat (limited to 'sys/arch/sparc64/stand/installboot/Makefile')
-rw-r--r--sys/arch/sparc64/stand/installboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/installboot/Makefile b/sys/arch/sparc64/stand/installboot/Makefile
index 328f76a9404..5d7f15e52c1 100644
--- a/sys/arch/sparc64/stand/installboot/Makefile
+++ b/sys/arch/sparc64/stand/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2003/07/19 00:03:52 david Exp $
+# $OpenBSD: Makefile,v 1.6 2004/01/10 09:35:42 pvalchev Exp $
# $NetBSD: Makefile,v 1.13 2000/08/16 08:24:01 mrg Exp $
.include <bsd.own.mk>
@@ -29,6 +29,6 @@ LDSTATIC?= -static
CLEANFILES+= machine sparc
.endif
-CFLAGS+= -U_STANDALONE
+STANDALONE=
.include <bsd.prog.mk>