[Monodevelop-patches-list] r1571 - trunk/MonoDevelop/src/Main/Base

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon May 3 22:51:50 EDT 2004


Author: tberman
Date: 2004-05-03 22:51:50 -0400 (Mon, 03 May 2004)
New Revision: 1571

Modified:
   trunk/MonoDevelop/src/Main/Base/Makefile.am
Log:
please test make distcheck before committing build changes like this.


Modified: trunk/MonoDevelop/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile.am	2004-05-04 02:26:27 UTC (rev 1570)
+++ trunk/MonoDevelop/src/Main/Base/Makefile.am	2004-05-04 02:51:50 UTC (rev 1571)
@@ -385,8 +385,8 @@
 		$(build_sources) \
 	&& cp $(ASSEMBLY) ../../../build/bin/.
 
-Services/StockIcons.cs : ./Services/process-icons.pl ../../../build/data/resources/icons
-	perl  -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl > $@
+Services/StockIcons.cs : ./Services/process-icons.pl
+	perl  -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/Services/process-icons.pl > $@
 
 assemblydir = $(libdir)/monodevelop/bin
 assembly_DATA = $(ASSEMBLY)




More information about the Monodevelop-patches-list mailing list