From: Mike Taylor Date: Mon, 10 Nov 2014 17:05:39 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws X-Git-Tag: 1.0.0~24 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=c3760a4dc849bf5ed75532aebf220bc25bc88cc0;hp=f15742ce1adcc967c50fb03b71bad68a55628c63;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws --- diff --git a/src/Makefile b/src/Makefile index 51f399e..f2f10b9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -79,11 +79,6 @@ $(DEST)/${PP2_FILE}: curl -sSf "${PP2_URL}" -o $@.tmp mv -f $@.tmp $@ -$(DEST)/%: % - rm -f $@ - cp $? $@ - chmod 444 $@ - release: $(RELEASABLE) @if [ -f ${DEST}/releases/mkws-$(VERSION).js ]; then \ echo "*** There is already a release $(VERSION)"; \