diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-10-28 08:27:58 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-12-01 14:41:18 +0100 |
commit | 36c1247846bbbc1af939c098660ce27ddaa36a0d (patch) | |
tree | ff9fa27bebe936ef9399765c6ca7e1de264976a5 /compiler | |
parent | 6dce643d1981f1ecba2b38f5932720385999244b (diff) | |
download | haskell-36c1247846bbbc1af939c098660ce27ddaa36a0d.tar.gz |
Remove duplicated line
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index b75fdc2cd5..74cbd29eaf 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 |