diff options
| author | Kathy Gray | 2014-10-06 17:41:42 +0100 |
|---|---|---|
| committer | Kathy Gray | 2014-10-06 17:41:42 +0100 |
| commit | 4f720a3ed86af52288fe614296678ccb7a4777f6 (patch) | |
| tree | a98e2c2058dd071dd798edca70d1b854d6bf3f04 /src/contrib/checkout.sh | |
| parent | 072f8a43eb471d8e0425370aabc25fbb8d6a2511 (diff) | |
Getting closer with non-opam makefile
Diffstat (limited to 'src/contrib/checkout.sh')
| -rwxr-xr-x | src/contrib/checkout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contrib/checkout.sh b/src/contrib/checkout.sh index 86c7b68d..6d423e54 100755 --- a/src/contrib/checkout.sh +++ b/src/contrib/checkout.sh @@ -6,7 +6,7 @@ test -d batteries-included || (git clone https://github.com/ocaml-batteries-team test -d bitstring || (git clone https://code.google.com/p/bitstring/ && \ cd bitstring && git checkout master) -(cd bitstring && (test -e config.h || (aclocal && autoreconf && ./configure)) && make srcdir='$top_srcdir' ) +(cd bitstring && (test -e config.h || (aclocal && autoreconf && ./configure)) && make srcdir='$(top_srcdir)' ) # To fix "-fno-defer-pop" build problem on Mac OS, brew install gcc # and make sure "gcc" runs the brew version (not clang). Or get ocaml |
