Revert "[rules.make] to support 'make dist' on MacOS"
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 3 Feb 2016 17:50:21 +0000 (18:50 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 3 Feb 2016 18:23:21 +0000 (19:23 +0100)
This reverts commit a234d21471806a4ab9e5b5ae42ec88cdbda1e144.

It isn't necessary after f1dad87178085f688afbcddcb77cf70d193ed995.

mcs/build/rules.make

index e7ffebeed4cb7abd79c239a12768e9fd82cb8e9a..b79132991eb70d573251668348c73d4038d5ec2a 100644 (file)
@@ -326,7 +326,7 @@ dist-default:
        if test -f GNUmakefile; then m=GNUm; fi; \
        for f in $${m}akefile $(DISTFILES) ; do \
            dest=`dirname "$(distdir)/$$f"` ; \
-           $(MKINSTALLDIRS) $$dest && cp -ap "$$f" $$dest || exit 1 ; \
+           $(MKINSTALLDIRS) $$dest && cp -p "$$f" $$dest || exit 1 ; \
        done
        if test -d Documentation ; then \
                find . -name '*.xml' > .files ; \