diff options
Diffstat (limited to 'Library/Formula/ecl.rb')
| -rw-r--r-- | Library/Formula/ecl.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ecl.rb b/Library/Formula/ecl.rb index 3c5fe1ce4..cae7247b9 100644 --- a/Library/Formula/ecl.rb +++ b/Library/Formula/ecl.rb @@ -7,9 +7,7 @@ class Ecl <Formula def install ENV.deparallelize - system "./configure", - "--prefix=#{prefix}", - "--enable-unicode" + system "./configure", "--prefix=#{prefix}", "--enable-unicode" system "make" system "make install" end |
