aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wget.rb
diff options
context:
space:
mode:
authorMax Howell2009-06-08 16:03:13 +0100
committerMax Howell2009-06-08 16:03:13 +0100
commit16d9a4a86c8dae99be25d1ffa89caadb09c39bc2 (patch)
tree56dabbb1324ff25a3055b461d641b97e52e73e52 /Library/Formula/wget.rb
parentccde086382e1b9416c1a53a844abd3633751983b (diff)
downloadhomebrew-16d9a4a86c8dae99be25d1ffa89caadb09c39bc2.tar.bz2
Small tweaks to two formulae
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