From 63ba3074cf9dc3d253faafd7cd668c4364c69acc Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 19 Jan 2016 17:05:23 +0400 Subject: [PATCH] reverted darwin makefile by fixing default prefix. -- noch Former-commit-id: 9fc7d7b6c480bacc01f93f1c819f7b7642e42bc4 --- makefile.darwin.clang.x86_64 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile.darwin.clang.x86_64 b/makefile.darwin.clang.x86_64 index ca070228..10309ead 100644 --- a/makefile.darwin.clang.x86_64 +++ b/makefile.darwin.clang.x86_64 @@ -20,9 +20,8 @@ LIBNAME = VishapOberon LIBRARY = lib$(LIBNAME) ifndef PRF -#PRF = "/opt" +PRF = "/opt" #PRF = "/Users/noch/local" -PRF = "/Users/antranigv/local" endif PREFIX = $(PRF)/voc-$(RELEASE) PREFIXLN = $(PRF)/voc