summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-05-07 13:09:26 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-05-07 13:09:26 +0000
commit757bc071411fdeb8286595ec0bd7cf244c9fdbf8 (patch)
treea66c2603626b1431b3a2f7438371b93cbb4069c9 /stdlib
parentab756fbfe310fe1b25c0ea16554258520a579c87 (diff)
MAJ pour ocaml.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@800 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile.nt10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt
index acbcc33c4..7f42beb22 100644
--- a/stdlib/Makefile.nt
+++ b/stdlib/Makefile.nt
@@ -13,12 +13,12 @@ OBJS=pervasives.cmo list.cmo string.cmo char.cmo array.cmo sys.cmo \
printf.cmo format.cmo arg.cmo printexc.cmo gc.cmo \
digest.cmo random.cmo oo.cmo
-all: stdlib.cma std_exit.cmo ocamlheader
+all: stdlib.cma std_exit.cmo camlheader
allopt: stdlib.cmxa std_exit.cmx
install:
- cp stdlib.cma std_exit.cmo *.cmi *.mli ocamlheader $(LIBDIR)
+ cp stdlib.cma std_exit.cmo *.cmi *.mli camlheader $(LIBDIR)
installopt:
cp stdlib.cmxa stdlib.lib std_exit.obj *.cmx $(LIBDIR)
@@ -29,11 +29,11 @@ stdlib.cma: $(OBJS)
stdlib.cmxa: $(OBJS:.cmo=.cmx)
$(CAMLOPT) -a -o stdlib.cmxa $(OBJS:.cmo=.cmx)
-ocamlheader: headernt.c ..\config\Makefile.nt
- $(BYTECC) $(BYTECCCOMPOPTS) $(BYTECCLINKOPTS) -Fecslheader. headernt.c
+camlheader: headernt.c ..\config\Makefile.nt
+ $(BYTECC) $(BYTECCCOMPOPTS) $(BYTECCLINKOPTS) -o camlheader. headernt.c
clean::
- rm -f ocamlheader
+ rm -f camlheader
pervasives.cmi: pervasives.mli
$(CAMLC) $(COMPFLAGS) -nopervasives -c pervasives.mli