From 3a149e2f3b5234113c445049077f6876deee6942 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Thu, 24 May 2018 23:26:35 +0200 Subject: Fix recipe for FAKEIDEBYTE Caused by a semantic conflict with the separate toplevels PR. --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.build b/Makefile.build index 7454e1b0c0..a8f3ea5019 100644 --- a/Makefile.build +++ b/Makefile.build @@ -560,7 +560,7 @@ $(FAKEIDE): $(call bestobj, $(FAKEIDECMO)) | $(IDETOP) $(SHOW)'OCAMLBEST -o $@' $(HIDE)$(call bestocaml, -I ide -package str -package dynlink) -$(FAKEIDEBYTE): $(FAKEIDECMO) | $(IDETOPLOOPCMA) +$(FAKEIDEBYTE): $(FAKEIDECMO) | $(IDETOPBYTE) $(SHOW)'OCAMLC -o $@' $(HIDE)$(call ocamlbyte, -I ide -package str,unix,threads) -- cgit v1.2.3