summaryrefslogtreecommitdiff
path: root/Makefile.nt
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.nt')
-rw-r--r--Makefile.nt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nt b/Makefile.nt
index 1f12f98865..1dc860257e 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -232,8 +232,8 @@ partialclean::
# The native-code compiler
-compilerlibs/ocamloptcomp.cma: $(ASMCOMP)
- $(CAMLC) -a -o $@ $(ASMCOMP)
+compilerlibs/ocamloptcomp.cma: $(MIDDLE_END) $(ASMCOMP)
+ $(CAMLC) -a -o $@ $(MIDDLE_END) $(ASMCOMP)
partialclean::
rm -f compilerlibs/ocamloptcomp.cma