X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;fp=doc%2Fexamples%2FMakefile.am;h=d8a76fed6f70d515bdc4122f0baea553c8c619c4;hp=028da67b7b4370f304b0c62472db6b8d616a70bf;hb=ad1a3fa0413d63d5f1f3113c2dc073be2b67d3d6;hpb=718eb63eed91f0a06afd1a129813275ecc3e21eb diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 028da67..d8a76fe 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -122,10 +122,10 @@ SUBDIRS_PROXY = hlist list urcu-flavors wfcqueue rculfqueue \ # Copies are for VPATH build support. all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - cp -fR $(srcdir)/dist-files $(builddir); \ - cp -f $(srcdir)/Makefile.examples.template $(builddir); \ + cp -pfR $(srcdir)/dist-files $(builddir); \ + cp -pf $(srcdir)/Makefile.examples.template $(builddir); \ for subdir in $(SUBDIRS_PROXY); do \ - cp -fR $(srcdir)/$$subdir $(builddir); \ + cp -pfR $(srcdir)/$$subdir $(builddir); \ done; \ fi; \ if [ x"$(shell echo "$(top_srcdir)" | grep "^/" | wc -l)" = x"1" ]; then \