summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-28 11:13:58 +0000
committerTim Angus <tim@ngus.net>2013-05-03 16:07:35 +0100
commit3866046f497068d518fcb48ae9ba94c0bc7a0a72 (patch)
tree002853445174e7a75051f98b42f13893184384e3 /Makefile
parentb2713a6c1785e63e44f276b0d6994f3551c3446c (diff)
Fix typo preventing OSX native compiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40629b08..befd65ae 100644
--- a/Makefile
+++ b/Makefile
@@ -849,7 +849,7 @@ ifndef CC
endif
ifndef RANLIB
- RANLIB=gcc
+ RANLIB=ranlib
endif
ifneq ($(HAVE_VM_COMPILED),true)