summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--pango/Makefile.am1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70d8f1d0..964001d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-08-06 Tor Lillqvist <tml@novell.com>
+ * 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 f3191a4f..3e437dca 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