aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wget.rb')
-rw-r--r--Library/Formula/wget.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index 2ba5722e0..99288b295 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -7,7 +7,6 @@ class Wget <Formula
def install
system "./configure --disable-debug --prefix='#{prefix}'"
- system "make"
system "make install"
end
end \ No newline at end of file