fixed problem with short prefix path in version module

This commit is contained in:
Norayr Chilingarian 2014-03-21 04:22:23 +08:00
parent e1f76da278
commit bdb2b32588
8 changed files with 6 additions and 5 deletions

View file

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