summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>1998-04-23 06:40:43 +0000
committerPierre Weis <Pierre.Weis@inria.fr>1998-04-23 06:40:43 +0000
commit9d50ff267eaee25cbfbecae92dd8fad1ea9fc306 (patch)
treea3e1ca273b7d2e03dab1e3eb98c77302cd36f91c
parent2cab4d3ce28866eff1ad74b2d8a157d7c004599b (diff)
Réorganisation avec le bazar.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1929 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 280a14b61..f74f781a0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CAMLOPT=boot/ocamlrun ./ocamlopt -I stdlib
COMPFLAGS=$(INCLUDES)
LINKFLAGS=
CAMLYACC=boot/ocamlyacc
-YACCFLAGS=
+YACCFLAGS=-v
CAMLLEX=boot/ocamlrun boot/ocamllex
CAMLDEP=boot/ocamlrun tools/ocamldep
DEPFLAGS=$(INCLUDES)