Re: [evolution-patches] editor makefile.am patch



Here is is for real.

--Larry

On Mon, 2003-04-14 at 16:03, Larry Ewing wrote:
> This patch fixes an accidentally left in circular dependency in the
> editor Makefile.am
> 
> --Larry
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
Index: components/html-editor/ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.394
diff -u -p -r1.394 ChangeLog
--- components/html-editor/ChangeLog	9 Apr 2003 20:30:52 -0000	1.394
+++ components/html-editor/ChangeLog	14 Apr 2003 21:01:31 -0000
@@ -1,3 +1,8 @@
+2003-04-14  Larry Ewing  <lewing ximian com>
+
+	* Makefile.am (SPELL_IDL_GENERATED_C): remove spell.h that was
+	accidentally still there.
+
 2003-04-09  Larry Ewing  <lewing ximian com>
 
 	* editor-control-factory.c (editor_init_painters): use the gdk painter
Index: components/html-editor/Makefile.am
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/Makefile.am,v
retrieving revision 1.83
diff -u -p -r1.83 Makefile.am
--- components/html-editor/Makefile.am	3 Apr 2003 17:55:00 -0000	1.83
+++ components/html-editor/Makefile.am	14 Apr 2003 21:01:31 -0000
@@ -40,7 +40,6 @@ SPELL_IDLS = Spell.idl
 SPELL_IDL_GENERATED_H =		\
 	Spell.h
 SPELL_IDL_GENERATED_C = 	\
-	Spell.h			\
 	Spell-common.c		\
 	Spell-skels.c		\
 	Spell-stubs.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]