From ac79a0c42b19c4c3139afee467672d6e6c5b1c06 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Mar 2005 07:31:39 +0000 Subject: let zip do zip without depending on 'all', to allow zipping up packages that might not build 100% clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index f0d906b0b2..3fe48081cd 100755 --- a/tools/configure +++ b/tools/configure @@ -633,7 +633,7 @@ tags: \$(MAKE) -C \$(APPSDIR)/plugins tags \$(MAKE) -C \$(APPSDIR)/plugins/lib tags -zip: all +zip: \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) EOF -- cgit v1.2.3