diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-05-11 18:51:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-05-11 18:51:22 +0000 |
commit | 7bbe91349c80462c90a95ccba98e29cbc9dd0d30 (patch) | |
tree | 7b576c5824c6e7d99a23036e3222ce4975458c68 /Makefile | |
parent | 333c8672555cd157918b7a5dc4d87e11e92578f6 (diff) |
allow gcc4 switch, okay matthieu@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |