From d086e76c37432e9be70a83592dc87ead850c02e0 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 23 Apr 2005 03:10:18 +0000 Subject: [PATCH] [project @ 2005-04-23 03:10:18 by sof] tweak to handle ghc-6.1 compilation. Merge to STABLE --- ghc/utils/genprimopcode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index 0cc38b0..dbd69f6 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -7,7 +7,7 @@ ifeq "$(ghc_ge_504)" "NO" SRC_HC_OPTS += -package text endif -ifeq "$(ghc_ge_601)" "YES" +ifeq "$(ghc_ge_602)" "YES" SRC_HC_OPTS += -package parsec endif -- 1.7.10.4