diff options
author | Tim Angus <tim@ngus.net> | 2013-03-28 11:13:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-05-03 16:07:35 +0100 |
commit | 3866046f497068d518fcb48ae9ba94c0bc7a0a72 (patch) | |
tree | 002853445174e7a75051f98b42f13893184384e3 /Makefile | |
parent | b2713a6c1785e63e44f276b0d6994f3551c3446c (diff) |
Fix typo preventing OSX native compiles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -849,7 +849,7 @@ ifndef CC endif ifndef RANLIB - RANLIB=gcc + RANLIB=ranlib endif ifneq ($(HAVE_VM_COMPILED),true) |