summaryrefslogtreecommitdiffstats
path: root/Makefile.nt
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-11-17 16:36:56 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-11-17 16:36:56 +0000
commit3210ec436f6eb105e695bc8cbe3d5de54dda817e (patch)
tree2e06105ebb1eed3585e0063611ad9cc2e7d7cf9e /Makefile.nt
parentda41973dfb2df86a6df4a0af2421394ef0f9fb60 (diff)
MAJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1776 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 7741bfd30..b0708bdee 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -292,8 +292,8 @@ beforedepend:: parsing\linenum.ml
# The bytecode compiler compiled with the native-code compiler
ocamlc.opt: $(COMPOBJS:.cmo=.cmx)
- cd asmrun & $(MAKEREC) meta.o
- $(CAMLOPT) $(LINKFLAGS) -o ocamlc.opt $(COMPOBJS:.cmo=.cmx) asmrun\meta.o
+ cd asmrun & $(MAKEREC) meta.obj
+ $(CAMLOPT) $(LINKFLAGS) -o ocamlc.opt $(COMPOBJS:.cmo=.cmx) asmrun\meta.obj
partialclean::
rm -f ocamlc.opt