diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-08-09 08:07:05 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-08-09 08:07:05 +0000 |
commit | b920dbd56c1e403a429f5001832fb05d72ee05b6 (patch) | |
tree | 9a022f8022f8865afa342cfd11f43dbf347e1eea /Makefile | |
parent | 86a1a1c6f755cb9a06eae1f21c185ee05eadfa42 (diff) | |
download | ocaml-b920dbd56c1e403a429f5001832fb05d72ee05b6.tar.gz |
Par precaution, passer aussi BINDIR et MANDIR a l'install de Camlp4
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5093 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ install: FORCE done cd ocamldoc; $(MAKE) install if test -f ocamlopt; then $(MAKE) installopt; else :; fi - cd camlp4; $(MAKE) install LIBDIR=$(LIBDIR) + cd camlp4; $(MAKE) install BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) MANDIR=$(MANDIR) if test -f debugger/ocamldebug; then (cd debugger; $(MAKE) install); \ else :; fi |