Changeset 14819 in webkit


Ignore:
Timestamp:
Jun 11, 2006 9:10:38 PM (18 years ago)
Author:
ddkilzer
Message:

WebCore:

Reviewed by Maciej.

http://bugzilla.opendarwin.org/show_bug.cgi?id=9408
Clean build fails with "make: * No rule to make target SVGElementFactory.cpp', needed by all'. Stop"

  • DerivedSources.make: Fix clean builds.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r14818 r14819  
     12006-06-11  David Kilzer  <ddkilzer@kilzer.net>
     2
     3        Reviewed by Maciej.
     4
     5        http://bugzilla.opendarwin.org/show_bug.cgi?id=9408
     6        Clean build fails with "make: *** No rule to make target `SVGElementFactory.cpp', needed by `all'. Stop"
     7
     8        * DerivedSources.make: Fix clean builds.
     9
    1102006-06-11  Darin Adler  <darin@apple.com>
    211
  • trunk/WebCore/DerivedSources.make

    r14815 r14819  
    236236
    237237# SVG tag and attribute names
    238 SVGNames.cpp : ksvg2/scripts/make_names.pl ksvg2/svg/svgtags.in ksvg2/svg/svgattrs.in
     238SVGElementFactory.cpp SVGNames.cpp : ksvg2/scripts/make_names.pl ksvg2/svg/svgtags.in ksvg2/svg/svgattrs.in
    239239        perl $< --tags $(WebCore)/ksvg2/svg/svgtags.in --attrs $(WebCore)/ksvg2/svg/svgattrs.in \
    240240            --namespace SVG --cppNamespace WebCore --namespaceURI "http://www.w3.org/2000/svg" --factory --attrsNullNamespace --output .
Note: See TracChangeset for help on using the changeset viewer.