diff options
-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 |