summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2002-08-09 08:07:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2002-08-09 08:07:05 +0000
commitb920dbd56c1e403a429f5001832fb05d72ee05b6 (patch)
tree9a022f8022f8865afa342cfd11f43dbf347e1eea /Makefile
parent86a1a1c6f755cb9a06eae1f21c185ee05eadfa42 (diff)
downloadocaml-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f40abb90ae..3de9d6bd50 100644
--- a/Makefile
+++ b/Makefile
@@ -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