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 21:52:37 -0700
commit0feef87dd3a7522d67aba598de86aaf8e889edfc (patch)
treeac6a07a8997c40b1fe3a8b0c530cdeec902055bf
parentc8c5ca8e60fc03f8d17d7cc5a52bbb6a42cf46d9 (diff)
downloadattr-0feef87dd3a7522d67aba598de86aaf8e889edfc.tar.gz
attr: 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 \