X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile;fp=compiler%2FMakefile;h=18701532ca38478a03fed13250eb8eeb08072156;hp=de9ce9addd3361c42c2b98a35bb1cd8ba90507ae;hb=0b2bbce85ae2fc9ca99d9b98be57eb9a82c053fa;hpb=21c190f4ace4e12304a17c8169b75213fb6ea1b4 diff --git a/compiler/Makefile b/compiler/Makefile index de9ce9a..1870153 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -246,7 +246,7 @@ $(CONFIG_HS) : $(FPTOOLS_TOP)/mk/config.mk @echo "cHscIfaceFileVersion :: String" >> $(CONFIG_HS) @echo "cHscIfaceFileVersion = \"$(HscIfaceFileVersion)\"" >> $(CONFIG_HS) @echo "cSplitObjs :: String" >> $(CONFIG_HS) - @echo "cSplitObjs = \"$(SplitObjs)\"" >> $(CONFIG_HS) + @echo "cSplitObjs = \"$(SupportsSplitObjs)\"" >> $(CONFIG_HS) @echo "cGhcWithInterpreter :: String" >> $(CONFIG_HS) @echo "cGhcWithInterpreter = \"$(GhcWithInterpreter)\"" >> $(CONFIG_HS) @echo "cGhcWithNativeCodeGen :: String" >> $(CONFIG_HS)