From: sof Date: Sat, 23 Apr 2005 03:10:18 +0000 (+0000) Subject: [project @ 2005-04-23 03:10:18 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~686 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d086e76c37432e9be70a83592dc87ead850c02e0;p=ghc-hetmet.git [project @ 2005-04-23 03:10:18 by sof] tweak to handle ghc-6.1 compilation. Merge to STABLE --- 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