[gtk-doc] make: readd the '-' dropped by the verbosity patch



commit 80fde160250ab9def19291e6a1fd80c1376279bf
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon Nov 12 14:26:36 2012 +0100

    make: readd the '-' dropped by the verbosity patch

 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk-doc.make b/gtk-doc.make
index 97ae4c0..6bcf023 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -79,7 +79,7 @@ GTK_DOC__v_SETUP_=$(GTK_DOC__v_SETUP_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC__v_SETUP_0= echo "  DOC   Preparing build";
 
 setup-build.stamp:
-	$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+	$(GTK_DOC_V_SETUP)-if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
 	    files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
 	    if test "x$$files" != "x" ; then \
 	        for file in $$files ; do \
diff --git a/gtk-doc.notmpl.make b/gtk-doc.notmpl.make
index a07fe61..4ccd022 100644
--- a/gtk-doc.notmpl.make
+++ b/gtk-doc.notmpl.make
@@ -79,10 +79,10 @@ GTK_DOC__v_SETUP_=$(GTK_DOC__v_SETUP_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC__v_SETUP_0= echo "  DOC   Preparing build";
 
 setup-build.stamp:
-	$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
+	$(GTK_DOC_V_SETUP)-if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
 	    files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
 	    if test "x$$files" != "x" ; then \
-	        for file in $$files ; do \
+	        for file in $$files ; do \         
 	            test -f $(abs_srcdir)/$$file && \
 	                cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
 	        done; \



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