[Monodevelop-patches-list] r2218 - trunk/MonoDevelop/Core/gdldock/sources/gdl
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Jan 31 23:21:20 EST 2005
Author: tberman
Date: 2005-01-31 23:21:19 -0500 (Mon, 31 Jan 2005)
New Revision: 2218
Modified:
trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
Log:
potentially fix an issue with spaces in the path
Modified: trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am 2005-02-01 00:29:19 UTC (rev 2217)
+++ trunk/MonoDevelop/Core/gdldock/sources/gdl/Makefile.am 2005-02-01 04:21:19 UTC (rev 2218)
@@ -67,7 +67,7 @@
# Install built library to build/bin
all-local:
- $(LIBTOOL) --mode=install $(INSTALL) libgdldock.la @abs_top_builddir@/build/bin
+ $(LIBTOOL) --mode=install $(INSTALL) libgdldock.la "@abs_top_builddir@/build/bin"
$(INSTALL_DATA) $(dist_gdldocklib_cruft) $(top_builddir)/build/bin
# enumerations code generation
More information about the Monodevelop-patches-list
mailing list