From 9e6b05898aa0f314786d557f8d5442836ca2c060 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 6 Jun 2010 19:15:03 +0000 Subject: Tweak a conditional added in the previous commit that apparently causes troubles in some cases. --- Mk/bsd.gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/bsd.gcc.mk') diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index f3e94290d6a1..cad2ef6d80ed 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -118,8 +118,8 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}" .if defined(USE_GCC) # USE_GCC=4.3 is deprecated... -.if ${USE_GCC} == 4.3+ -USE_GCC:=4.4+ +.if ${USE_GCC} == "4.3+" +USE_GCC=4.4+ .endif # See if we can use a later version -- cgit