[Monodevelop-patches-list] r1305 - trunk/MonoDevelop/src/AddIns/Misc/StartPage
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Mar 31 13:48:45 EST 2004
Author: tberman
Date: 2004-03-31 13:48:45 -0500 (Wed, 31 Mar 2004)
New Revision: 1305
Modified:
trunk/MonoDevelop/src/AddIns/Misc/StartPage/ChangeLog
trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am
Log:
i hate auto*
Modified: trunk/MonoDevelop/src/AddIns/Misc/StartPage/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/ChangeLog 2004-03-31 09:36:43 UTC (rev 1304)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/ChangeLog 2004-03-31 18:48:45 UTC (rev 1305)
@@ -1,3 +1,8 @@
+2004-03-31 Todd Berman <tberman at sevenl.net>
+
+ * Makefile.am: change from $(GECKO_SHARP) to @GECKO_SHARP@ for bugfix
+ closes bug #56289
+
2004-03-25 Todd Berman <tberman at sevenl.net>
* Makefile.am:
Modified: trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am 2004-03-31 09:36:43 UTC (rev 1304)
+++ trunk/MonoDevelop/src/AddIns/Misc/StartPage/Makefile.am 2004-03-31 18:48:45 UTC (rev 1305)
@@ -14,7 +14,7 @@
@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing \
/r:../../../../build/bin/MonoDevelop.Core.dll \
/r:../../../../build/bin/MonoDevelop.Base.dll \
- $(GECKO_SHARP) \
+ @GECKO_SHARP@ \
/r:gtk-sharp \
$(build_sources) \
&& cp $(DLL) ../../../../build/AddIns/AddIns/Misc/StartPage/.
More information about the Monodevelop-patches-list
mailing list