summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-05-11 18:51:22 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-05-11 18:51:22 +0000
commit7bbe91349c80462c90a95ccba98e29cbc9dd0d30 (patch)
tree7b576c5824c6e7d99a23036e3222ce4975458c68 /Makefile
parent333c8672555cd157918b7a5dc4d87e11e92578f6 (diff)
allow gcc4 switch, okay matthieu@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6e07f47d..ad00d3e80 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 2010/01/31 14:28:45 matthieu Exp $
+# $OpenBSD: Makefile,v 1.36 2010/05/11 18:51:21 espie Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -11,7 +11,7 @@ RM?=rm
XSERVER= xserver
.endif
-.if ${USE_GCC3:L} == "yes"
+.if ${COMPILER_VERSION:L:Mgcc[34]*}
XSERVER+= kdrive
.endif