summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \