diff options
-rw-r--r-- | byterun/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt index ae95368d0..1253ad98f 100644 --- a/byterun/Makefile.nt +++ b/byterun/Makefile.nt @@ -51,7 +51,7 @@ libcamlrun.$(A): $(SOBJS) $(call MKLIB,libcamlrun.$(A),$(SOBJS)) ocamlrund.exe: opnames.h $(DBGOBJS) - $(CC) $(BYTECCDBGOPTS) -o ocamlrund.exe $(DBGOBJS) + $(call MKEXE,ocamlrund.exe,$(BYTECCDBGCOMPOPTS) $(DBGOBJS)) install: cp ocamlrun.exe $(BINDIR)/ocamlrun.exe |