libgoatvr

diff Makefile.in @ 13:e4c5c9c0b6f6

added vr_get?_def functions which allow a default to be specified
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 07:23:18 +0300
parents d12592558809
children 5136dfcea7b1
line diff
     1.1 --- a/Makefile.in	Wed Sep 24 23:50:40 2014 +0300
     1.2 +++ b/Makefile.in	Thu Sep 25 07:23:18 2014 +0300
     1.3 @@ -70,9 +70,7 @@
     1.4  	cp $(lib_a) $(DESTDIR)$(PREFIX)/lib/$(lib_a)
     1.5  	cp $(lib_so) $(DESTDIR)$(PREFIX)/lib/$(lib_so)
     1.6  	[ -n "$(soname)" ] && \
     1.7 -		cd $(DESTDIR)$(PREFIX)/lib && \
     1.8 -		ln -s $(lib_so) $(soname) && \
     1.9 -		ln -s $(soname) $(ldname) || \
    1.10 +		cp -d $(soname) $(ldname) $(DESTDIR)$(PREFIX)/lib || \
    1.11  		true
    1.12  
    1.13  .PHONY: uninstall