summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-08-19 14:48:43 +0100
committerVincent Sanders <vince@kyllikki.org>2012-08-19 14:48:43 +0100
commitea2b556047b9929a9013c3fb534a600b7f0fc691 (patch)
tree436a212e94169e7ce7404641f1606a9055e4e46f /riscos
parent4985b56b68192b91d406698976a7a922f556ea09 (diff)
downloadnetsurf-ea2b556047b9929a9013c3fb534a600b7f0fc691.tar.gz
netsurf-ea2b556047b9929a9013c3fb534a600b7f0fc691.tar.bz2
really fix riscos zip target
zip option with a comma in it confused make
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 3498660e8..71b269d5d 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -110,5 +110,5 @@ netsurf.zip: $(EXETARGET)
$(Q) $(RM) $@
rsync --archive --verbose $(CURDIR)/!NetSurf $($@_TMPDIR)
mv $($@_TMPDIR)/!NetSurf/ReadMe $($@_TMPDIR)
- $(shell cd $($@_TMPDIR) && /opt/netsurf/arm-unknown-riscos/env/bin/zip -9vr, $(CURDIR)/$@ *)
+ cd $($@_TMPDIR) && /opt/netsurf/arm-unknown-riscos/env/bin/zip -9vr\, $(CURDIR)/$@ *
$(Q) $(RM) $($@_TMPDIR)