mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
fixed problem with short prefix path in version module
Former-commit-id: bdb2b32588
This commit is contained in:
parent
66c583b70e
commit
12fa4aec39
8 changed files with 9 additions and 8 deletions
|
|
@ -20,7 +20,8 @@ LIBNAME = VishapOberon
|
|||
LIBRARY = lib$(LIBNAME)
|
||||
|
||||
ifndef PRF
|
||||
PRF = "/opt"
|
||||
#PRF = "/opt"
|
||||
PRF = "/Users/noch/local"
|
||||
endif
|
||||
PREFIX = $(PRF)/voc-$(RELEASE)
|
||||
PREFIXLN = $(PRF)/voc
|
||||
|
|
@ -295,7 +296,7 @@ install:
|
|||
cp *.sym $(PREFIX)/lib/voc/sym/
|
||||
|
||||
#cp 05vishap.conf /etc/ld.so.conf.d/
|
||||
ldconfig
|
||||
#ldconfig
|
||||
ln -s $(PREFIX) $(PREFIXLN)
|
||||
|
||||
# cp *.o $(PREFIX)/lib/voc/$(RELEASE)/obj/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue