summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-08-05 23:45:03 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-08-05 23:45:03 +0000
commit0438a4cb186c288648ba326d392ebf46d05ee86c (patch)
tree0b946d71e7be66bce5c4a3cfd8f7fb3d33888733
parent32d2f52bf481f6e7df178d53b67721846deb9120 (diff)
downloadpango-0438a4cb186c288648ba326d392ebf46d05ee86c.tar.gz
Add a mkdir to be sure the destination directory exists before copying
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. svn path=/trunk/; revision=2671
-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