diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-06 14:35:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-06 14:35:58 +0000 |
commit | 8312eda993ce135a98139dcbc5038d2840d7803c (patch) | |
tree | a7079dc05eb3713b7616ef05e51be3732f10a354 /package/matrixssl | |
parent | fed79790e7f0e88c4a2fcac9ee67ee613077439f (diff) | |
download | upstream-8312eda993ce135a98139dcbc5038d2840d7803c.tar.gz upstream-8312eda993ce135a98139dcbc5038d2840d7803c.tar.bz2 upstream-8312eda993ce135a98139dcbc5038d2840d7803c.zip |
Remove packages when cleaning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/matrixssl')
-rw-r--r-- | package/matrixssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/matrixssl/Makefile b/package/matrixssl/Makefile index 4775c121e7..2352742b9a 100644 --- a/package/matrixssl/Makefile +++ b/package/matrixssl/Makefile @@ -52,5 +52,5 @@ install: $(PKG_ZLIB) $(IPKG_STATE_DIR)/info/libmatrixssl.list clean: rm -rf $(PKG_BUILD_DIR) rm -f $(STAGING_DIR)/lib/libmatrixssl* $(STAGING_DIR)/include/matrixssl* - rm -f $(PACKAGE_DIR)/matrixssl\*.ipk + rm -f $(PKG_IPK) |