diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-10-04 01:55:02 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-10-04 01:55:02 +0000 |
commit | 533281b7504a08e72b8dc602efbd4608ab840f8f (patch) | |
tree | c324d8330a16af6e2db78d037a3d1f828db73d4f /tools/Makefile | |
parent | 54cad3792706299c8facf489c72fc318ca13121e (diff) |
scrapelabels knows MoreLabels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3850 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3d4f85950..bcf3cb07b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -22,7 +22,7 @@ INCLUDES=-I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp \ COMPFLAGS=$(INCLUDES) LINKFLAGS=$(INCLUDES) -all: ocamldep ocamlprof ocamlcp ocamlmktop ocamlmklib +all: ocamldep ocamlprof ocamlcp ocamlmktop ocamlmklib scrapelabels addlabels # The dependency generator |