diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 10:44:07 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-17 10:44:07 +0000 |
commit | 001a467f2d947a794e2f8deecd52d7fe8b54bac0 (patch) | |
tree | 0f819ff27bd4344604e72e83dd0c495733d08779 | |
parent | 7e5a09998a03172881e07f9f09b3f63dcc17676c (diff) |
typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2697 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 869d33287..bdb8b12ac 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -84,7 +84,7 @@ ocaml2to3.ml: ocaml2to3.mll $(CAMLLEX) ocaml2to3.mll install:: - cp ocam2to3 $(BINDIR)/ocaml2to3 + cp ocaml2to3 $(BINDIR)/ocaml2to3 clean:: rm -f ocaml2to3 ocaml2to3.ml |