Changeset 76176 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Jan 19, 2011, 4:01:08 PM (14 years ago)
Author:
[email protected]
Message:

Follow-up to r75766 / <rdar://problem/5469576>.

Reviewed by Darin Adler.

  • DerivedSources.make: Evaluate the SDKROOT variable correctly.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r76148 r76176  
     12011-01-19  Mark Rowe  <[email protected]>
     2
     3        Reviewed by Darin Adler.
     4
     5        Follow-up to r75766 / <rdar://problem/5469576>.
     6
     7        * DerivedSources.make: Evaluate the SDKROOT variable correctly.
     8
    192011-01-19  Oliver Hunt  <[email protected]>
    210
  • trunk/Source/JavaScriptCore/DerivedSources.make

    r75766 r76176  
    8989
    9090HeaderDetection.h : DerivedSources.make
    91         if [ -f $SDKROOT/System/Library/Frameworks/System.framework/PrivateHeaders/pthread_machdep.h ]; then echo "#define HAVE_PTHREAD_MACHDEP_H 1" > $@; else echo > $@; fi
     91        if [ -f $(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders/pthread_machdep.h ]; then echo "#define HAVE_PTHREAD_MACHDEP_H 1" > $@; else echo > $@; fi
Note: See TracChangeset for help on using the changeset viewer.