From aec29010017f986f2e57a8aa2503beddd07da7e5 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 30 Aug 2004 16:20:54 +0000 Subject: [PATCH] [project @ 2004-08-30 16:20:54 by sof] doh --- ghc/utils/ghc-pkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 7e31597..a29c84e 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -16,7 +16,7 @@ SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY # <= 6.0.x quotes all arguments when invoking utils (using double quotes), hence # the need to escape the double quotes. >= 6.2.x does not. -ifeq "$(ghc_le_600)" "NO" +ifeq "$(ghc_le_600)" "YES" SRC_HC_OPTS += -D'GHC_PKG_VERSION=\"$(ProjectVersion)\"' else SRC_HC_OPTS += -D'GHC_PKG_VERSION="$(ProjectVersion)"' -- 1.7.10.4