pango r2671 - in trunk: . pango



Author: tml
Date: Tue Aug  5 23:45:03 2008
New Revision: 2671
URL: http://svn.gnome.org/viewvc/pango?rev=2671&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/pango/Makefile.am

Modified: trunk/pango/Makefile.am
==============================================================================
--- trunk/pango/Makefile.am	(original)
+++ trunk/pango/Makefile.am	Tue Aug  5 23:45:03 2008
@@ -356,6 +356,7 @@
 
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]