Bug 20276 - [GTK] Makefile rules for the enum GTypes files depend on Makefile instead of GNUmakefile
Summary: [GTK] Makefile rules for the enum GTypes files depend on Makefile instead of ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Marco Barisione
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2008-08-04 12:10 PDT by Marco Barisione
Modified: 2008-08-06 05:41 PDT (History)
1 user (show)

See Also:


Attachments
Depend on GNUmakefile instead of Makefile (1.57 KB, patch)
2008-08-04 12:15 PDT, Marco Barisione
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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