From: Nicolas Thill Date: Sat, 28 May 2005 10:52:15 +0000 (+0000) Subject: Remove .la libtool file installed in STAGING_DIR X-Git-Tag: reboot~32637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f13231ccbc3d35e0118ef6bd52097c6ec9024d2;p=oweals%2Fopenwrt.git Remove .la libtool file installed in STAGING_DIR SVN-Revision: 1086 --- diff --git a/openwrt/package/mysql/Makefile b/openwrt/package/mysql/Makefile index 05b8acbc12..64bb6de2e1 100644 --- a/openwrt/package/mysql/Makefile +++ b/openwrt/package/mysql/Makefile @@ -114,6 +114,7 @@ $(STAGING_DIR)/usr/lib/mysql/libmysqlclient.so: $(PKG_BUILD_DIR)/.built cp -fpR $(PKG_INSTALL_DIR)/usr/include/mysql $(STAGING_DIR)/usr/include/ mkdir -p $(STAGING_DIR)/usr/lib cp -fpR $(PKG_INSTALL_DIR)/usr/lib/mysql $(STAGING_DIR)/usr/lib/ + rm -f $(STAGING_DIR)/usr/lib/mysql/libmysqlclient.la touch $@ install-dev: $(STAGING_DIR)/usr/lib/mysql/libmysqlclient.so