diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-08 15:40:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-08 15:40:28 +0000 |
commit | 959b0be235f4863dfb40715875ecae89ea7bf3e0 (patch) | |
tree | b8b7fe595ca566db4b171515bbb94f9387f8dca6 /openwrt/package/glib | |
parent | ae9f76773466f855f958e3d633794ce7dd338c51 (diff) | |
download | mtk-20170518-959b0be235f4863dfb40715875ecae89ea7bf3e0.zip mtk-20170518-959b0be235f4863dfb40715875ecae89ea7bf3e0.tar.gz mtk-20170518-959b0be235f4863dfb40715875ecae89ea7bf3e0.tar.bz2 |
Remove .la libtool library files
SVN-Revision: 584
Diffstat (limited to 'openwrt/package/glib')
-rw-r--r-- | openwrt/package/glib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile index c3a0e6a..64646c4 100644 --- a/openwrt/package/glib/Makefile +++ b/openwrt/package/glib/Makefile @@ -80,6 +80,7 @@ $(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so DESTDIR="$(STAGING_DIR)" \ install cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/ + rm -f $(STAGING_DIR)/usr/lib/libg{lib,module,thread}.la $(PKG_IPK): $(STAGING_DIR)/lib/libglib.so mkdir -p $(PACKAGE_DIR) |