From dc9cf6cfaa28078e86d250bbf17acb3008ce30fb Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 30 Jun 2000 09:46:04 +0000
Subject: [PATCH] [project @ 2000-06-30 09:46:04 by simonmar] wibble

---
 ghc/driver/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile
index 19671f943099..715770a711d4 100644
--- a/ghc/driver/Makefile
+++ b/ghc/driver/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.39 2000/06/30 09:45:16 simonmar Exp $
+# $Id: Makefile,v 1.40 2000/06/30 09:46:04 simonmar Exp $
 #
 
 TOP=..
@@ -10,7 +10,7 @@ ifeq "$(GhcWithHscBuiltViaC)" "YES"
 HC=$(GHC_INPLACE)
 endif
 
-ghc_406_at_least = $(shell expr "$(GhcMinVersion)" \> 6)
+ghc_406_at_least = $(shell expr "$(GhcMinVersion)" \>= 6)
 ifeq "$(ghc_406_at_least)" "1"
 SRC_HC_OPTS += -fglasgow-exts -cpp -package concurrent -package posix -package text
 else
-- 
GitLab