summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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