Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
authorMike Taylor <mike@indexdata.com>
Mon, 10 Nov 2014 17:05:39 +0000 (17:05 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 10 Nov 2014 17:05:39 +0000 (17:05 +0000)
src/Makefile

index 51f399e..f2f10b9 100644 (file)
@@ -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)"; \