[Monodevelop-patches-list] r2097 - in trunk/MonoDevelop/Core/src: . MonoDevelop.SharpAssembly

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Dec 29 18:51:22 EST 2004


Author: tberman
Date: 2004-12-29 18:51:22 -0500 (Wed, 29 Dec 2004)
New Revision: 2097

Added:
   trunk/MonoDevelop/Core/src/MonoDevelop.SharpAssembly/
Modified:
   trunk/MonoDevelop/Core/src/MonoDevelop.SharpAssembly/Makefile.am
Log:
dont look, breaking things.


Copied: trunk/MonoDevelop/Core/src/MonoDevelop.SharpAssembly (from rev 2087, trunk/MonoDevelop/Core/src/Libraries/SharpAssembly)

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.SharpAssembly/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/Libraries/SharpAssembly/Makefile.am	2004-12-21 11:35:44 UTC (rev 2087)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.SharpAssembly/Makefile.am	2004-12-29 23:51:22 UTC (rev 2097)
@@ -74,7 +74,7 @@
 
 $(DLL): $(build_sources)
 	$(CSC) /out:$(DLL) /target:library $(build_sources) \
-	&& cp $(DLL) ../../../build/bin/.
+	&& cp $(DLL) ../../build/bin/.
 
 assemblydir = $(libdir)/monodevelop/bin
 assembly_DATA = $(DLL)




More information about the Monodevelop-patches-list mailing list