From d368b64136fe7f3ebd1847869315cbd816e58a8b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 16 Apr 2014 23:19:51 -0500 Subject: cmigemo: use make -C --- Library/Formula/cmigemo.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cmigemo.rb b/Library/Formula/cmigemo.rb index 6e51e1500..1af49f716 100644 --- a/Library/Formula/cmigemo.rb +++ b/Library/Formula/cmigemo.rb @@ -20,11 +20,7 @@ class Cmigemo < Formula system "./configure", "--prefix=#{prefix}" system "make osx" system "make osx-dict" - if build.stable? - cd 'dict' do - system "make utf-8" - end - end + system "make", "-C", "dict", "utf-8" if build.stable? ENV.j1 # Install can fail on multi-core machines unless serialized system "make osx-install" end -- cgit v1.2.3