From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 16 Feb 2007 01:00:31 +0000 (+0000)
Subject: remove annoying package rm command
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=657f223880fb2e962d675a5b8cab7ea2bd7bcc30;p=openwrt%2Fstaging%2Fthess.git

remove annoying package rm command

SVN-Revision: 6304
---

diff --git a/package/Makefile b/package/Makefile
index d21fedf31b..ff7075d41c 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -50,7 +50,6 @@ prereq: $(PREREQ_PACKAGES)
 download: $(DOWNLOAD_PACKAGES)
 compile-targets: $(COMPILE_PACKAGES)
 compile:
-	@-rm -f $(PACKAGE_DIR)/*.ipk
 	$(MAKE) compile-targets
 
 install-targets: $(INSTALL_PACKAGES)