From 38bb42524c01cde2ecde16e640cee79e8f87a148 Mon Sep 17 00:00:00 2001 From: lewie Date: Fri, 6 Apr 2001 01:07:23 +0000 Subject: [PATCH] [project @ 2001-04-06 01:07:23 by lewie] Fix a bad case of the Version Change Blues ;-) --- ghc/driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index f6a555d..437a429 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.61 2001/04/03 13:18:35 sewardj Exp $ +# $Id: Makefile,v 1.62 2001/04/06 01:07:23 lewie Exp $ # TOP=.. @@ -27,7 +27,7 @@ PKGCONF_OPTS = "$(TARGETPLATFORM)" \ "$(GHC_INCLUDE_DIR)" \ "$(FPTOOLS_TOP_ABS)" -ghc_407_at_least = $(shell expr "$(GhcMinVersion)" \>= 7) +ghc_407_at_least = $(shell expr "$(GhcVersion)" \>= 4.07) ifeq "$(ghc_407_at_least)" "1" ifneq "$(mingw32_TARGET_OS)" "1" SRC_HC_OPTS += -fglasgow-exts -cpp -package concurrent -package posix -package text -- 1.7.10.4