From 8f1058742c694879756e6591158707851ee00bb9 Mon Sep 17 00:00:00 2001 From: Matt Whiteside Date: Fri, 19 Feb 2016 10:19:56 -0800 Subject: The 'make set-osx' step is symlinking to the wrong file. This fixes it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3