From 0438a4cb186c288648ba326d392ebf46d05ee86c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 5 Aug 2008 23:45:03 +0000 Subject: [PATCH] Add a mkdir to be sure the destination directory exists before copying 2008-08-06 Tor Lillqvist * pango/Makefile.am (install-def-files): Add a mkdir to be sure the destination directory exists before copying files there. svn path=/trunk/; revision=2671 --- ChangeLog | 3 +++ pango/Makefile.am | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70d8f1d..964001d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-08-06 Tor Lillqvist + * pango/Makefile.am (install-def-files): Add a mkdir to be sure + the destination directory exists before copying files there. + * configure.in: On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 depending on host architecture. diff --git a/pango/Makefile.am b/pango/Makefile.am index f3191a4..3e437dc 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -356,6 +356,7 @@ pangowin32-win32-res.o: pangowin32.rc if OS_WIN32 install-def-files: + mkdir -p $(DESTDIR)$(libdir) $(INSTALL) $(srcdir)/pango.def $(DESTDIR)$(libdir)/pango-$(PANGO_API_VERSION).def if HAVE_FREETYPE $(INSTALL) $(srcdir)/pangoft2.def $(DESTDIR)$(libdir)/pangoft2-$(PANGO_API_VERSION).def -- 2.7.4