Skip to content

Commit

Permalink
lmdb: use make -C
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Apr 17, 2014
1 parent b3f84b5 commit b219466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/lmdb.rb
Expand Up @@ -29,8 +29,6 @@ def install
lib.mkpath
include.mkpath

cd 'libraries/liblmdb' do
system "make", "install", "prefix=#{prefix}"
end
system "make", "-C", "libraries/liblmdb", "install", "prefix=#{prefix}"
end
end

0 comments on commit b219466

Please sign in to comment.