remove annoying package rm command
authorFelix Fietkau <nbd@openwrt.org>
Fri, 16 Feb 2007 01:00:31 +0000 (01:00 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 16 Feb 2007 01:00:31 +0000 (01:00 +0000)
SVN-Revision: 6304

package/Makefile

index d21fedf31becb42d4de8d2fedc3a54b54188554d..ff7075d41c5114615154e478f8323cd584a3973a 100644 (file)
@@ -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)