mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 19:12:25 +00:00
fixed home path
Former-commit-id: f494740aadd2584f3994f1dc5746f9c4ddf0429e
This commit is contained in:
parent
f1badbacbd
commit
ecc94a305b
6 changed files with 6 additions and 7 deletions
|
|
@ -20,8 +20,7 @@ LIBNAME = VishapOberon
|
||||||
LIBRARY = lib$(LIBNAME)
|
LIBRARY = lib$(LIBNAME)
|
||||||
|
|
||||||
ifndef PRF
|
ifndef PRF
|
||||||
#PRF = "/opt"
|
PRF = "/opt"
|
||||||
PRF = "/home/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