From 4d83c9bdf898f3b14f897478a238ece098ea2fd0 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 19 Feb 1998 11:33:56 +0000 Subject: [PATCH] [project @ 1998-02-19 11:33:56 by simonm] remove comment on GhcProjectVersion: it caused problems with make dist. --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index a698741..adb2c75 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 -- 1.7.10.4