From 6425e7f89903ed97ce2d49c130fad84aaea93174 Mon Sep 17 00:00:00 2001 From: norayr Date: Wed, 13 Jan 2016 14:35:10 +0400 Subject: [PATCH] fixed default prefix in darwin makefile Former-commit-id: 9f1ee2651fabb7519ac0dfd74bba6d439674629e --- makefile.darwin.clang.x86_64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.darwin.clang.x86_64 b/makefile.darwin.clang.x86_64 index a08a8d3c..10309ead 100644 --- a/makefile.darwin.clang.x86_64 +++ b/makefile.darwin.clang.x86_64 @@ -20,8 +20,8 @@ LIBNAME = VishapOberon LIBRARY = lib$(LIBNAME) ifndef PRF -#PRF = "/opt" -PRF = "/Users/noch/local" +PRF = "/opt" +#PRF = "/Users/noch/local" endif PREFIX = $(PRF)/voc-$(RELEASE) PREFIXLN = $(PRF)/voc