From bd119578f941ffb37b11da18f319e6a2cbb86aa3 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 6 Oct 2009 15:36:30 +0200 Subject: Create installation directories ...since ocamlfind doesn't Signed-off-by: Stefano Zacchiroli Gbp-Pq: Name 0002-Create-installation-directories.patch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f0c33a01..3f31036b 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ tools: # The following PHONY rule is important for Cygwin: .PHONY: install install: + mkdir -p $(DESTDIR) $(OCAMLFIND_DESTDIR) $(OCAMLFIND_DESTDIR)/stublibs for pkg in $(PKGLIST); do \ ( cd src/$$pkg && $(MAKE) -f Makefile.pre install ) || exit; \ done -- cgit v1.2.3