X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=f2f10b9297720e8f783e9543faaad1ee56de68f3;hb=556c8f331856263f991cae4791e09606496bd474;hp=51f399ef7751a3cf3a586baebfa0c9d61c097818;hpb=245062e3f211edfde39f3dc3ca026b93f2bc53fb;p=mkws-moved-to-github.git 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)"; \