diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 01:00:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 01:00:31 +0000 |
commit | 657f223880fb2e962d675a5b8cab7ea2bd7bcc30 (patch) | |
tree | 2043f1563aecfc51ca4cccd89c5cdef1d7409a54 | |
parent | 064e496875ae5c9a73a01186ba0be8b1b177f41d (diff) | |
download | upstream-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.tar.gz upstream-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.tar.bz2 upstream-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.zip |
remove annoying package rm command
SVN-Revision: 6304
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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) |