Don’t hardcode the path to ‘make‘.
authormitz@apple.com <mitz@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 22:43:20 +0000 (22:43 +0000)
committermitz@apple.com <mitz@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 18 Jan 2012 22:43:20 +0000 (22:43 +0000)
Patch by Sam Weinig <sam@webkit.org> on 2012-01-18
Reviewed by Dan Bernstein.

* DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105325 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj

index 3e935c6..3403ca6 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-18  Sam Weinig  <sam@webkit.org>
+
+        Don’t hardcode the path to ‘make‘.
+
+        Reviewed by Dan Bernstein.
+
+        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
+
 2012-01-18  Joshua Bell  <jsbell@chromium.org>
 
         Adding myself to committers.py
index 2032302..2f124e7 100644 (file)
                        buildConfigurationList = 5DC82A6E1023C92A00FD1D3B /* Build configuration list for PBXLegacyTarget "DumpRenderTree Perl Support" */;
                        buildPhases = (
                        );
-                       buildToolPath = /usr/bin/make;
+                       buildToolPath = make;
                        buildWorkingDirectory = "$(SRCROOT)/mac/PerlSupport";
                        dependencies = (
                        );