Changeset 268571 in webkit


Ignore:
Timestamp:
Oct 15, 2020 6:51:40 PM (4 years ago)
Author:
weinig@apple.com
Message:

Attempt to fix the build.

  • DumpRenderTree/DerivedSources.make: Don't use such fancy substitution, it wasn't working.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r268549 r268571  
     12020-10-15  Sam Weinig  <weinig@apple.com>
     2
     3        Attempt to fix the build.
     4
     5        * DumpRenderTree/DerivedSources.make: Don't use such fancy substitution, it wasn't working.
     6
    172020-10-15  Jonathan Bedard  <jbedard@apple.com>
    28
  • trunk/Tools/DumpRenderTree/DerivedSources.make

    r268495 r268571  
    3535#
    3636WEB_PREFERENCES_FILES = $(basename $(notdir $(WEB_PREFERENCES_TEMPLATES)))
    37 WEB_PREFERENCES_PATTERNS = $(subst .,%,$(WEB_PREFERENCES_FILES))
     37WEB_PREFERENCES_PATTERNS = $(subst .erb,,$(WEB_PREFERENCES_FILES))
    3838
    3939all : $(WEB_PREFERENCES_FILES)
Note: See TracChangeset for help on using the changeset viewer.