diff options
Diffstat (limited to 'Library/Formula/objective-caml.rb')
| -rw-r--r-- | Library/Formula/objective-caml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index a839809c7..723f9b96a 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -19,7 +19,7 @@ class ObjectiveCaml < Formula system "make world" system "make opt" system "make opt.opt" - system "make PREFIX=#{prefix} install" + system "make", "PREFIX=#{prefix}", "install" (lib+'ocaml/compiler-libs').install 'typing', 'parsing', 'utils' # site-lib in the Cellar will be a symlink to the HOMEBREW_PREFIX location, |
