X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=6f0a31aa37d777498aa516d17ba836d35b4950b6;hb=a41cceb9344d8a42597b57b95d9a6dfe622ff87b;hp=fbabb8ec9df2d403dc37264cd1d466deea59ed8f;hpb=17be0b586e0fa0f382d0dd9134f86ef62db93f1d;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index fbabb8ec..6f0a31aa 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -57,7 +57,7 @@ endif all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for subdir in $(SUBDIRS_PROXY) $(SUBDIRS_JUL); 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 \