diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 15:40:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-08 15:40:28 +0000 |
commit | b42bd7e8495f5e1901c816c40aeeb2b7b9738d81 (patch) | |
tree | b8b7fe595ca566db4b171515bbb94f9387f8dca6 /openwrt/package/pcre | |
parent | 8994621a7af3f4143f36c14525d998f0866e0591 (diff) |
Remove .la libtool library files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pcre')
-rw-r--r-- | openwrt/package/pcre/ipkg/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/pcre/ipkg/rules b/openwrt/package/pcre/ipkg/rules index c5d1d335b..ead5116d8 100644 --- a/openwrt/package/pcre/ipkg/rules +++ b/openwrt/package/pcre/ipkg/rules @@ -78,6 +78,8 @@ $(INSTALL_DIR)/usr/include/pcre.h: .stamp-built DESTDIR="$(INSTALL_DIR)" \ install + rm -f $(INSTALL_DIR)/usr/lib/libpcre*.la + configure: .stamp-configured |