[Monodevelop-patches-list] r1235 - trunk/MonoDevelop/src/AddIns/DebuggerAddIn

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Mar 24 13:12:40 EST 2004


Author: jluke
Date: 2004-03-24 13:12:39 -0500 (Wed, 24 Mar 2004)
New Revision: 1235

Modified:
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog
   trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
Log:
fix .addin file not in build/AddIns


Modified: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog	2004-03-23 18:51:19 UTC (rev 1234)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/ChangeLog	2004-03-24 18:12:39 UTC (rev 1235)
@@ -1,3 +1,7 @@
+2004-03-24  John Luke  <jluke at cfl.rr.com>
+
+	* Makefile.am: addin was not being cp'd to build/AddIns/.
+
 2004-03-22  John Luke  <jluke at cfl.rr.com>
 
 	* Makefile.am: move FILES and EXTRA_DIST outside of if block

Modified: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am	2004-03-23 18:51:19 UTC (rev 1234)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am	2004-03-24 18:12:39 UTC (rev 1235)
@@ -25,7 +25,7 @@
 ../../../build/AddIns/$(ADDIN):
 	cp $(ADDIN) ../../../build/AddIns/.
 
-$(ASSEMBLY): $(build_sources) $(ADDIN)
+$(ASSEMBLY): $(build_sources) ../../../build/AddIns/$(ADDIN)
 	$(CSC) /out:$(ASSEMBLY) /target:library \
 	$(build_sources) $(DLLS)\
 	&& cp $(ASSEMBLY) ../../../build/AddIns/




More information about the Monodevelop-patches-list mailing list