aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-24 23:26:35 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-24 23:26:35 +0200
commit3a149e2f3b5234113c445049077f6876deee6942 (patch)
tree63baec6f14e7586441b5dd16dad619b86b95d1d8 /Makefile.build
parent520c96f3af069e0af3ceb94fac6a1d8eb895a0a3 (diff)
Fix recipe for FAKEIDEBYTE
Caused by a semantic conflict with the separate toplevels PR.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 7454e1b0c..a8f3ea501 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)