[commit: ghc] master: Remove duplicated line (36c1247)
git at git.haskell.org
git at git.haskell.org
Tue Dec 1 15:59:33 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/36c1247846bbbc1af939c098660ce27ddaa36a0d/ghc
>---------------------------------------------------------------
commit 36c1247846bbbc1af939c098660ce27ddaa36a0d
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Oct 28 08:27:58 2015 +0100
Remove duplicated line
>---------------------------------------------------------------
36c1247846bbbc1af939c098660ce27ddaa36a0d
compiler/ghc.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index b75fdc2..74cbd29 100644
--- a/compiler/ghc.mk
+++ b/compiler/ghc.mk
@@ -457,7 +457,6 @@ compiler_stage1_MUNGED_VERSION = $(subst .$(ProjectPatchLevel),,$(ProjectVersion
define compiler_PACKAGE_MAGIC
compiler_stage1_VERSION = $(compiler_stage1_MUNGED_VERSION)
compiler_stage1_COMPONENT_ID = $(subst .$(ProjectPatchLevel),,$(compiler_stage1_COMPONENT_ID))
-compiler_stage1_COMPONENT_ID = $(subst .$(ProjectPatchLevel),,$(compiler_stage1_COMPONENT_ID))
endef
# NB: the COMPONENT_ID munging has no effect for new-style unit ids
More information about the ghc-commits
mailing list