X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/blobdiff_plain/9555bb4bd08ebfc33c69d58732537b5c6760c928..b395b938146a104c8ba88b1d50cffc89054cbb0f:/Makefile diff --git a/Makefile b/Makefile index 9733bc1..abff799 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ distdir: d=$${i%/*} && $(MKDIRS) $(distdir)/$$d || exit 1 \ ;; \ esac; \ - ln $$i $(distdir)/$$i || exit 1; \ + cp $$i $(distdir)/$$i || exit 1; \ done .PHONY: distdir