diff options
Diffstat (limited to 'openwrt/package/openssl/Makefile')
-rw-r--r-- | openwrt/package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index eb566c53f..4d30be3ef 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/package/openssl/Makefile @@ -72,5 +72,5 @@ clean: rm -rf $(PKG_BUILD_DIR) rm -f $(STAGING_DIR)/lib/libssl* rm -f $(STAGING_DIR)/lib/libcrypto* - rm -f $(PACKAGE_DIR)/$(PKG_NAME)\*.ipk + rm -f $(PKG_IPK) |