aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pth.rb')
-rw-r--r--Library/Formula/pth.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb
index 63e9c39cd..f5f4940f9 100644
--- a/Library/Formula/pth.rb
+++ b/Library/Formula/pth.rb
@@ -17,9 +17,7 @@ class Pth < Formula
def install
ENV.deparallelize
# Note: shared library will not be build with --disable-debug, so don't add that flag
- system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--mandir=#{man}"
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make test"
system "make install"