Bug 20276

Summary: [GTK] Makefile rules for the enum GTypes files depend on Makefile instead of GNUmakefile
Product: WebKit Reporter: Marco Barisione <marco.barisione>
Component: WebKitGTKAssignee: Marco Barisione <marco.barisione>
Status: RESOLVED FIXED    
Severity: Minor CC: jmalonzo
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Depend on GNUmakefile instead of Makefile eric: review+

Description Marco Barisione 2008-08-04 12:10:48 PDT
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 depend on Makefile instead of GNUmakefile.
Comment 1 Marco Barisione 2008-08-04 12:15:05 PDT
Created attachment 22636 [details]
Depend on GNUmakefile instead of Makefile
Comment 2 Jan Alonzo 2008-08-05 03:56:17 PDT
Good catch. Looks good.
Comment 3 Eric Seidel (no email) 2008-08-06 01:27:15 PDT
Comment on attachment 22636 [details]
Depend on GNUmakefile instead of Makefile

Ok.  I'll believe you.
Comment 4 Jan Alonzo 2008-08-06 05:41:17 PDT
landed in r35600