fixed default prefix in darwin makefile

Former-commit-id: 9f1ee2651fabb7519ac0dfd74bba6d439674629e
This commit is contained in:
norayr 2016-01-13 14:35:10 +04:00
parent ecc94a305b
commit 6425e7f899

View file

@ -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