Changeset 35600

Show
Ignore:
Timestamp:
08/06/08 05:40:53 (4 months ago)
Author:
jmalonzo@webkit.org
Message:

2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk>

Reviewed by Eric Seidel.

http://bugs.webkit.org/show_bug.cgi?id=20276
[GTK] Makefile rules for the enum GTypes files depend on Makefile
instead of GNUmakefile

The patch committed in revision 34649 added the code needed to
generate GTypes for enums but the makefile rules for
stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
Makefile (used by other ports) instead of GNUmakefile.

  • GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r35570 r35600  
     12008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk> 
     2 
     3        Reviewed by Eric Seidel. 
     4 
     5        http://bugs.webkit.org/show_bug.cgi?id=20276 
     6        [GTK] Makefile rules for the enum GTypes files depend on Makefile 
     7        instead of GNUmakefile 
     8 
     9        The patch committed in revision 34649 added the code needed to 
     10        generate GTypes for enums but the makefile rules for 
     11        stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on 
     12        Makefile (used by other ports) instead of GNUmakefile. 
     13 
     14        * GNUmakefile.am: Depend on GNUmakefile instead of Makefile. 
     15 
    1162008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk> 
    217 
  • trunk/GNUmakefile.am

    r35570 r35600  
    406406WebKit/gtk/webkit/webkitenumtypes.h: stamp-webkitenumtypes.h 
    407407        @true 
    408 stamp-webkitenumtypes.h: $(webkitgtk_h_api) Makefile 
     408stamp-webkitenumtypes.h: $(webkitgtk_h_api) GNUmakefile 
    409409        (cd $(srcdir) \ 
    410410        && glib-mkenums \ 
     
    428428        && echo timestamp > $(@F) 
    429429 
    430 DerivedSources/webkitenumtypes.cpp: $(webkitgtk_h_api) Makefile 
     430DerivedSources/webkitenumtypes.cpp: $(webkitgtk_h_api) GNUmakefile 
    431431        (cd $(srcdir) \ 
    432432        && glib-mkenums \