mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
reverted darwin makefile by fixing default prefix. -- noch
Former-commit-id: 9fc7d7b6c480bacc01f93f1c819f7b7642e42bc4
This commit is contained in:
parent
f05ecf6102
commit
63ba3074cf
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue