aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Izraelevitz2016-02-19 10:40:12 -0800
committerAdam Izraelevitz2016-02-19 10:40:12 -0800
commitef7f5b513b8238d2af631fce65801b36d767a45a (patch)
tree33b192558c9d65b2b6a3027539464c9726c6856e
parentd7dd7c9e29e3fc25198b647051ded28a71d70be7 (diff)
parent8f1058742c694879756e6591158707851ee00bb9 (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e299abcb..97b841cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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