From e1ece81fec05bfdb1fb67374ad33192e309b8947 Mon Sep 17 00:00:00 2001 From: simonmar Date: Sat, 16 Dec 2000 13:26:13 +0000 Subject: [PATCH] [project @ 2000-12-16 13:26:13 by simonmar] remove duplicate comment --- ghc/mk/version.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/mk/version.mk b/ghc/mk/version.mk index 7d875c7..8942572 100644 --- a/ghc/mk/version.mk +++ b/ghc/mk/version.mk @@ -50,8 +50,7 @@ ProjectVersionInt = 411 # This variable is used ONLY for hi-boot files. Its only purpose is # to allow you to have a single directory with multiple .hi-boot files # for the same module, each corresponding to a different version of -# GHC. Normal compiler-generated .hi files have ProjectVersionInt -# (above) burned in, and can only be used by a matching compiler. +# GHC. # # HscIfaceFileVersion is propagated to hsc via # ghc/compiler/main/Config.hs, which is automatically generated by -- 1.7.10.4