[project @ 2005-04-23 03:10:18 by sof]
authorsof <unknown>
Sat, 23 Apr 2005 03:10:18 +0000 (03:10 +0000)
committersof <unknown>
Sat, 23 Apr 2005 03:10:18 +0000 (03:10 +0000)
tweak to handle ghc-6.1 compilation. Merge to STABLE

ghc/utils/genprimopcode/Makefile

index 0cc38b0..dbd69f6 100644 (file)
@@ -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