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 | 9dcf73ba289ced65d8bc36b8e6b148c3fa18ded3 (patch) | |
tree | 9d94d470074670284f62ec91dca7adc1dd1ed1cd /package/pcre/ipkg | |
parent | a82d4d6a5e24e3e8cb70dd00054a15cd0acac1d7 (diff) |
Remove .la libtool library files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcre/ipkg')
-rw-r--r-- | package/pcre/ipkg/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pcre/ipkg/rules b/package/pcre/ipkg/rules index c5d1d335b..ead5116d8 100644 --- a/package/pcre/ipkg/rules +++ b/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 |