X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=e6d9866ed0edcec532d71a795c577ce38e2238d2;hp=73443f6cd42253fe57cbf613ef434ecefa514502;hb=8d84d843da4886861b2b27236b413ad135666653;hpb=3e2748164e3e2e2dc21ca511959671f0f5f2e37f diff --git a/Makefile b/Makefile index 73443f6..e6d9866 100644 --- a/Makefile +++ b/Makefile @@ -353,7 +353,7 @@ binary-dist:: echo "HaveLibGmp = $(HaveLibGmp)" >> $(VARFILE) echo "GhcLibsWithUnix = $(GhcLibsWithUnix)" >> $(VARFILE) echo "GhcWithInterpreter = $(GhcWithInterpreter)" >> $(VARFILE) - echo "GhcHasReadline = $(GhcHasReadline)" >> $(VARFILE) + echo "GhcHasEditline = $(GhcHasEditline)" >> $(VARFILE) echo "BootingFromHc = $(BootingFromHc)" >> $(VARFILE) echo "XMLDocWays = $(XMLDocWays)" >> $(VARFILE) # We won't actually use xsltproc, but we need to know if it's "" or not