diff options
author | simonm <unknown> | 1998-02-19 11:33:56 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-02-19 11:33:56 +0000 |
commit | 4d83c9bdf898f3b14f897478a238ece098ea2fd0 (patch) | |
tree | da0719f89d12b0f4134260d25ff4059aacb90348 | |
parent | 31f7636abc39a5c75e791debf0547456ae1dc4bb (diff) | |
download | haskell-4d83c9bdf898f3b14f897478a238ece098ea2fd0.tar.gz |
[project @ 1998-02-19 11:33:56 by simonm]
remove comment on GhcProjectVersion: it caused problems with make
dist.
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index a698741e9b..adb2c75b48 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -145,7 +145,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel) # GhcProjectName = The Glorious Glasgow Haskell Compilation System GhcProjectNameShort = ghc -GhcProjectVersion = 3.01 # treated as a *string* +GhcProjectVersion = 3.01 GhcProjectVersionInt = 301 # treated as an *integer* (for cpp defines) GhcProjectPatchLevel = 0 |