[gtk-doc] make: followup for previous commit



commit 4281682dbbf95818efb8127f146c3984170dca3c
Author: Stefan Sauer <ensonic users sf net>
Date:   Fri Feb 14 09:43:52 2014 +0100

    make: followup for previous commit
    
    Forgot to save the changes.

 tests/gtk-doc.notmpl.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/gtk-doc.notmpl.make b/tests/gtk-doc.notmpl.make
index 1864bd4..fbdf8a9 100644
--- a/tests/gtk-doc.notmpl.make
+++ b/tests/gtk-doc.notmpl.make
@@ -74,7 +74,7 @@ setup-build.stamp: ts
            if test "x$$files" != "x" ; then \
                for file in $$files ; do \
                    test -f $(abs_srcdir)/$$file && \
-                       cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
+                       cp -pf $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
                done; \
            fi; \
        fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]