summaryrefslogtreecommitdiff
path: root/tools/Makefile.nt
diff options
context:
space:
mode:
authorDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-09-10 15:26:29 +0000
committerDaniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>2001-09-10 15:26:29 +0000
commit6e93cad005fbbe3e2edebc397cd26cfac34323c8 (patch)
tree4eb32285c6900bb5b56489a32655c53c87b273d7 /tools/Makefile.nt
parent1fed429207491323431dd4e4eb9569a61407c563 (diff)
downloadocaml-6e93cad005fbbe3e2edebc397cd26cfac34323c8.tar.gz
-
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3752 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile.nt')
-rw-r--r--tools/Makefile.nt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.nt b/tools/Makefile.nt
index 5d25ce4c0e..c6bc582a55 100644
--- a/tools/Makefile.nt
+++ b/tools/Makefile.nt
@@ -28,7 +28,7 @@ all: ocamldep ocamlprof ocamlcp.exe ocamlmktop.exe primreq
CAMLDEP=ocamldep.cmo
CAMLDEP_IMPORTS=misc.cmo config.cmo clflags.cmo terminfo.cmo \
- linenum.cmo warnings.cmo location.cmo longident.cmo pstream.cmo \
+ linenum.cmo warnings.cmo location.cmo longident.cmo \
syntaxerr.cmo parser.cmo lexer.cmo parse.cmo
ocamldep: $(CAMLDEP)
@@ -46,7 +46,7 @@ beforedepend:: ocamldep.ml
CSLPROF=ocamlprof.cmo
CSLPROF_IMPORTS=misc.cmo config.cmo clflags.cmo terminfo.cmo \
- linenum.cmo warnings.cmo location.cmo longident.cmo pstream.cmo \
+ linenum.cmo warnings.cmo location.cmo longident.cmo \
syntaxerr.cmo parser.cmo lexer.cmo parse.cmo
ocamlprof: $(CSLPROF) profiling.cmo