aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Whiteside2016-02-19 10:19:56 -0800
committerMatt Whiteside2016-02-19 10:19:56 -0800
commit8f1058742c694879756e6591158707851ee00bb9 (patch)
tree33b192558c9d65b2b6a3027539464c9726c6856e
parentd7dd7c9e29e3fc25198b647051ded28a71d70be7 (diff)
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