Skip to content

Commit

Permalink
Use new ocamlc, instead of boot/ocamlc
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/olabl@2565 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
camlspotter committed Nov 18, 1999
1 parent cc86e6a commit 71bb3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/labltk/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TKLINKOPT=$(STATIC) -ccopt -L../support -cclib -llabltk41 \
## Tools from the Objective Caml distribution

CAMLRUN=$(TOPDIR)/boot/ocamlrun
LABLC=$(CAMLRUN) $(TOPDIR)/boot/ocamlc -I $(TOPDIR)/boot
LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -I $(TOPDIR)/stdlib
LABLCOMP=$(LABLC) -w s -modern -c
LABLYACC=$(TOPDIR)/boot/ocamlyacc -v
LABLLEX=$(CAMLRUN) $(TOPDIR)/boot/ocamllex
Expand Down

0 comments on commit 71bb3b6

Please sign in to comment.