New test.
[mono.git] / mcs / class / Microsoft.Web.Services / Makefile
index 9fdb8583dbb114670e78db02b1de11616e8d6cc8..3eef36e9fc44b5064f43bc56a575b73ebfa151b5 100644 (file)
@@ -99,11 +99,11 @@ endif
 dist-local: dist-default
        for f in `cat $(sourcefile)` $(TEST_FILES) ; do \
            dest=`dirname $(distdir)/$$f` ; \
-           $(MKINSTALLDIRS) $$dest && cp $$f $$dest || exit 1 ; \
+           $(MKINSTALLDIRS) $$dest && cp -p $$f $$dest || exit 1 ; \
        done
        for f in `cat $sourcefile2)` $(TEST_FILES) ; do \
            dest=`dirname $(distdir)/$$f` ; \
-           $(MKINSTALLDIRS) $$dest && cp $$f $$dest || exit 1; \
+           $(MKINSTALLDIRS) $$dest && cp -p $$f $$dest || exit 1; \
        done
 
 # Fun with dependency tracking