Changeset 76176 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 19, 2011, 4:01:08 PM (14 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r76148 r76176 1 2011-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 1 9 2011-01-19 Oliver Hunt <[email protected]> 2 10 -
trunk/Source/JavaScriptCore/DerivedSources.make
r75766 r76176 89 89 90 90 HeaderDetection.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 > $@; fi91 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.