mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 20:07:41 +00:00
Fix static libs installation logic inversion
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1457 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b6071cc4c0
commit
16d73f15da
2
Makefile
2
Makefile
@ -145,7 +145,7 @@ install: all
|
||||
$(CP) -a $(builddir)lib/lib$$aLib.so $(DESTDIR)$(LIBDIR); \
|
||||
$(CP) -a $(builddir)lib/lib$$aLib.so.2 $(DESTDIR)$(LIBDIR); \
|
||||
install -m 755 lib/lib$$aLib.so.2.* $(DESTDIR)$(LIBDIR); \
|
||||
if [ "xNO" = "x$(STATICLIBS)" ]; then \
|
||||
if [ "xYES" = "x$(STATICLIBS)" ]; then \
|
||||
install -m 755 $(builddir)lib/lib$$aLib.a $(DESTDIR)$(LIBDIR); \
|
||||
if [ ${OPENAIS_COMPAT} = "DARWIN" ]; then \
|
||||
ranlib $(DESTDIR)$(LIBDIR)/lib$$aLib.a; \
|
||||
|
Loading…
Reference in New Issue
Block a user