aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2016-02-23 14:33:07 -0800
committerazidar2016-02-23 14:33:07 -0800
commita7031e7b2d94d3f416346ff990d9ac51c4362e49 (patch)
tree5a376aa97b75c0f30ac158286d7c10091ea645f0 /Makefile
parent7b34fb8e17b8447e6cdd644579e3a9e06843c5e7 (diff)
parentc48c691e94afe4919c20fa588a9897316c572447 (diff)
Merge branch 'master' of github.com:ucb-bar/firrtl
Diffstat (limited to 'Makefile')
-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