From: sof Date: Mon, 30 Aug 2004 16:20:54 +0000 (+0000) Subject: [project @ 2004-08-30 16:20:54 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~1670 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=inline;h=aec29010017f986f2e57a8aa2503beddd07da7e5;p=ghc-hetmet.git [project @ 2004-08-30 16:20:54 by sof] doh --- 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)"'