diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-27 07:31:29 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-27 07:31:29 +0000 |
commit | dadb2acc94b375a210fa778c88d69cc77e5eb003 (patch) | |
tree | 6d81021b20b279f9fc54c198883a3ec6c49aeb7c /otherlibs/labltk | |
parent | 5be3b7c1eb77c606062b5d7cc0e51922b5c1896d (diff) |
labels omitted off par defaut
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk')
-rw-r--r-- | otherlibs/labltk/support/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/Makefile.common b/otherlibs/labltk/support/Makefile.common index 1ef0a5c84..e363f9c51 100644 --- a/otherlibs/labltk/support/Makefile.common +++ b/otherlibs/labltk/support/Makefile.common @@ -11,7 +11,7 @@ LABLTKDIR=$(LIBDIR)/labltk ## Tools from the Objective Caml distribution CAMLRUN=$(TOPDIR)/boot/ocamlrun -LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -w l -I $(TOPDIR)/stdlib +LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -I $(TOPDIR)/stdlib LABLCOMP=$(LABLC) -c LABLYACC=$(TOPDIR)/boot/ocamlyacc -v LABLLEX=$(CAMLRUN) $(TOPDIR)/boot/ocamllex |