remove annoying package rm command

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6304 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-02-16 01:00:31 +00:00
parent 20400d4f3c
commit ad08183ee8
1 changed files with 0 additions and 1 deletions

View 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)