--- ocaml-3.11.1/Makefile.orig 2009-09-30 01:11:22.808929325 +0200 +++ ocaml-3.11.1/Makefile 2009-09-30 01:11:41.240751198 +0200 @@ -298,7 +298,7 @@ if test -f debugger/ocamldebug; then (cd debugger; $(MAKE) install); \ else :; fi cp config/Makefile $(LIBDIR)/Makefile.config - BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) PREFIX=$(PREFIX) \ + BINDIR=$(BINDIR) LIBDIR=$(LIBDIR) PREFIX=$(PREFIX) MANDIR=$(MANDIR) \ ./build/partial-install.sh # Installation of the native-code compiler