mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
fixed default prefix in darwin makefile
Former-commit-id: 9f1ee2651fabb7519ac0dfd74bba6d439674629e
This commit is contained in:
parent
ecc94a305b
commit
6425e7f899
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +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"
|
||||||
endif
|
endif
|
||||||
PREFIX = $(PRF)/voc-$(RELEASE)
|
PREFIX = $(PRF)/voc-$(RELEASE)
|
||||||
PREFIXLN = $(PRF)/voc
|
PREFIXLN = $(PRF)/voc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue