Changeset 37522 in webkit


Ignore:
Timestamp:
Oct 12, 2008 4:47:04 AM (16 years ago)
Author:
jmalonzo@webkit.org
Message:

2008-10-12 Jan Michael Alonzo <jmalonzo@webkit.org>

Reviewed by Alp Toker.

[Gtk] Remove libWebCoreJS.la when doing make clean
https://bugs.webkit.org/show_bug.cgi?id=21544

Remove libWebCoreJS.la when doing a clean target

  • GNUmakefile.am: add libWebCoreJS.la to CLEANFILES
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r37521 r37522  
     12008-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
     2
     3        Reviewed by Alp Toker.
     4
     5        [Gtk] Remove libWebCoreJS.la when doing make clean
     6        https://bugs.webkit.org/show_bug.cgi?id=21544
     7
     8        Remove libWebCoreJS.la when doing a clean target
     9
     10        * GNUmakefile.am: add libWebCoreJS.la to CLEANFILES
     11
    1122008-10-11  Alp Toker  <alp@nuanti.com>
    213
  • trunk/WebCore/GNUmakefile.am

    r37469 r37522  
    30013001
    30023002CLEANFILES += \
     3003        libWebCoreJS.la \
    30033004        WebCore/bindings/js/JSDOMWindowBase.lut.h \
    30043005        WebCore/bindings/js/JSRGBColor.lut.h
Note: See TracChangeset for help on using the changeset viewer.