diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-06 09:57:36 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-06 09:57:36 +0100 |
commit | 4671e3c17cb6f060c1068f4ab5e6bd5694b5ebcb (patch) | |
tree | 2f024d401969c615182418c1334669c23ef9604d /mk | |
parent | f2685df3b10e13f142736f28835e9064334bc143 (diff) | |
download | haskell-4671e3c17cb6f060c1068f4ab5e6bd5694b5ebcb.tar.gz |
config.mk.in: removed stray HaveLibDL assignment
HaveLibDL substitution was removed from configure.ac in 2014
with 9692393d7ba91a091c1e61b6754d79ad17c5f193 commit.
Noticed when scrolled through 'config.mk' which contained
unsunstituted assignment after './configure' run:
HaveLibDL = @HaveLibDL@
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 5e274bb71f..5d1f94ac6e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -193,8 +193,6 @@ GhcWithNativeCodeGen := $(strip\ $(if $(filter YESYESNO,\ $(OsSupportsNCG)$(ArchSupportsNCG)$(GhcUnregisterised)),YES,NO)) -HaveLibDL = @HaveLibDL@ - # ArchSupportsSMP should be set iff there is support for that arch in # includes/stg/SMP.h ifeq "$(TargetArch_CPP)" "arm" |