diff options
| author | Adam Izraelevitz | 2016-02-19 10:40:12 -0800 |
|---|---|---|
| committer | Adam Izraelevitz | 2016-02-19 10:40:12 -0800 |
| commit | ef7f5b513b8238d2af631fce65801b36d767a45a (patch) | |
| tree | 33b192558c9d65b2b6a3027539464c9726c6856e | |
| parent | d7dd7c9e29e3fc25198b647051ded28a71d70be7 (diff) | |
| parent | 8f1058742c694879756e6591158707851ee00bb9 (diff) | |
Merge pull request #63 from mattwhiteside/master
The 'make set-osx' step is symlinking to the wrong file. This fixes it.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,6 +131,6 @@ set-linux: ln -f -s $(root_dir)/utils/bin/FileCheck_linux $(root_dir)/utils/bin/FileCheck set-osx: - ln -f -s $(root_dir)/utils/bin/FileCheck_osx $(root_dir)/utils/bin/FileCheck + ln -f -s $(root_dir)/utils/bin/FileCheck_mac $(root_dir)/utils/bin/FileCheck .PHONY: all install build-deploy build check clean fail succeed regress set-scala set-stanza build-scala test-scala |
