reverted darwin makefile by fixing default prefix. -- noch

Former-commit-id: 9fc7d7b6c480bacc01f93f1c819f7b7642e42bc4
This commit is contained in:
Norayr Chilingarian 2016-01-19 17:05:23 +04:00
parent f05ecf6102
commit 63ba3074cf

View file

@ -20,9 +20,8 @@ LIBNAME = VishapOberon
LIBRARY = lib$(LIBNAME) LIBRARY = lib$(LIBNAME)
ifndef PRF ifndef PRF
#PRF = "/opt" PRF = "/opt"
#PRF = "/Users/noch/local" #PRF = "/Users/noch/local"
PRF = "/Users/antranigv/local"
endif endif
PREFIX = $(PRF)/voc-$(RELEASE) PREFIX = $(PRF)/voc-$(RELEASE)
PREFIXLN = $(PRF)/voc PREFIXLN = $(PRF)/voc