summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorLuc Maranget <luc.maranget@inria.fr>2000-10-02 14:18:05 +0000
committerLuc Maranget <luc.maranget@inria.fr>2000-10-02 14:18:05 +0000
commitab97fd0dccd4f1761b209ca7ed8e6f9f9a2763b1 (patch)
treeb5c98d572fd196ee68a160e177c9b9785fb40e80 /tools/Makefile
parent89f252d93e85bbbfe2ed06c0cc2c256c1ddb49b7 (diff)
or-pat avec variables et compil du switch
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3304 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b94721cb0..7225eb401 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -26,13 +26,13 @@ all: ocamldep ocamlprof ocamlcp ocamlmktop
# The dependency generator
-CAMLDEP=ocamldep.cmo
+CAMLDEP_OBJ=ocamldep.cmo
CAMLDEP_IMPORTS=misc.cmo config.cmo clflags.cmo terminfo.cmo \
linenum.cmo warnings.cmo location.cmo longident.cmo pstream.cmo \
syntaxerr.cmo parser.cmo lexer.cmo parse.cmo
-ocamldep: $(CAMLDEP)
- $(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP)
+ocamldep: $(CAMLDEP_OBJ)
+ $(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP_OBJ)
clean::
rm -f ocamldep