From 6f8f8295c053bb8b61e83422d7e105b12ed0401c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 3 Nov 2011 14:42:07 -0400 Subject: [PATCH] build: Ensure libdir exists before installing to it --- clutter/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index 2737c7354..e18e08c63 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -770,6 +770,7 @@ libclutter_@CLUTTER_API_VERSION@_la_LDFLAGS = \ $(NULL) install-exec-local: + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" for lib in `echo $(compat_libs)`; do \ (cd $(DESTDIR)$(libdir) && \ rm -f $$lib.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION); \