From 89692b34a8b5aec9df399d426ac14de72e6ac5ca Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 4 Apr 2014 15:21:59 -0700 Subject: [PATCH] Xcode.prefix: remove osx-gcc-installer hack This hack is starting to outlive its usefulness, and produces false positives. Fixes Homebrew/homebrew#28147. --- Library/Homebrew/os/mac/xcode.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 027935b4ff..0c142b9735 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -52,10 +52,6 @@ module OS if path != CLT::MAVERICKS_PKG_PATH and path.absolute? \ and File.executable? "#{path}/usr/bin/make" path - elsif File.executable? '/Developer/usr/bin/make' - # we do this to support cowboys who insist on installing - # only a subset of Xcode - Pathname.new('/Developer') elsif File.executable? "#{V4_BUNDLE_PATH}/Contents/Developer/usr/bin/make" # fallback for broken Xcode 4.3 installs Pathname.new("#{V4_BUNDLE_PATH}/Contents/Developer")