summaryrefslogtreecommitdiff
path: root/ghc/utils/ghc-pkg/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-08-12 12:16:53 +0000
committersimonmar <unknown>2004-08-12 12:16:53 +0000
commit407e07594462b96a7632ccafa1c02ad3f82fa8db (patch)
treec5e5a4e0d9ec56451ab23d5ed15e90a3f251f292 /ghc/utils/ghc-pkg/Makefile
parent703279c8b897153618e49bd960e2ca37de1fe7b7 (diff)
downloadhaskell-407e07594462b96a7632ccafa1c02ad3f82fa8db.tar.gz
[project @ 2004-08-12 12:16:53 by simonmar]
Avoid string gaps.
Diffstat (limited to 'ghc/utils/ghc-pkg/Makefile')
-rw-r--r--ghc/utils/ghc-pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile
index 64fe4ff49b..45d2effb2e 100644
--- a/ghc/utils/ghc-pkg/Makefile
+++ b/ghc/utils/ghc-pkg/Makefile
@@ -9,7 +9,7 @@ INSTALLING=1
# -----------------------------------------------------------------------------
# ghc-pkg.bin
-SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -DGHC_PKG_VERSION=$(ProjectVersion)
+SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY -D'GHC_PKG_VERSION="$(ProjectVersion)"'
ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else echo NO; fi)