aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-18 12:40:01 -0700
committerAdam Vandenberg2012-06-18 18:50:14 -0700
commiteea5e15832cdbe8206422a12e2554d18ab15ac37 (patch)
tree4048302b692e262106c68c08f6cd54aeed05950d /Library/Formula
parente7c1bd954ed1773d6d61c48a1d6169edc37f94d1 (diff)
downloadhomebrew-eea5e15832cdbe8206422a12e2554d18ab15ac37.tar.bz2
poco: combined make/install works
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/poco.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb
index 90c0aac4e..6eec438b8 100644
--- a/Library/Formula/poco.rb
+++ b/Library/Formula/poco.rb
@@ -14,7 +14,6 @@ class Poco < Formula
"--omit=Data/MySQL,Data/ODBC",
"--no-samples",
"--no-tests"
- system "make"
system "make install"
end
end