summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-17 19:37:59 +0100
committerBrandon Philips <brandon@ifup.co>2013-05-18 22:08:46 -0700
commit256df90ef929ae5db9ec59f2aec9fd12a4b3758a (patch)
treeb447ea2f16f9b61404dc7430a77646eafa5593bf
parentebef346aaaeaacdb5376ff52ac1ff766868f7206 (diff)
downloadacl-256df90ef929ae5db9ec59f2aec9fd12a4b3758a.tar.gz
acl: Fix static build installation
When doing a static build the .lai file is not created, so do not try to install it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--include/buildmacros3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/buildmacros b/include/buildmacros
index 8efb32e..9e81bb8 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -97,8 +97,7 @@ endif
INSTALL_LTLIB_STATIC = \
cd $(TOPDIR)/$(LIBNAME)/.libs; \
- ../$(INSTALL) -m 755 -d $(PKG_DEVLIB_DIR); \
- ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_DEVLIB_DIR)
+ ../$(INSTALL) -m 755 -d $(PKG_DEVLIB_DIR);
INSTALL_MAN = \
@for d in $(MAN_PAGES); do \