[gimp] libgimpwidgets: fix double $(AM_V_GEN) in Makefile.am



commit 188a82552bf888d5b440e0742255881b1299edfd
Author: Ell <ell_se yahoo com>
Date:   Mon Aug 28 16:50:25 2017 -0400

    libgimpwidgets: fix double $(AM_V_GEN) in Makefile.am
    
    Due to commit 0ef3795f0a294d97cbeb4fe0faf4c6a5e83e387e.

 libgimpwidgets/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpwidgets/Makefile.am b/libgimpwidgets/Makefile.am
index c63ec77..56cbb61 100644
--- a/libgimpwidgets/Makefile.am
+++ b/libgimpwidgets/Makefile.am
@@ -337,7 +337,7 @@ gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
        && rm -f xgen-wmh xgen-wmh~
 
 gimpwidgetsmarshal.c: gimpwidgetsmarshal.h
-       $(AM_V_GEN) $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal 
$(srcdir)/gimpwidgetsmarshal.list --header --body >> xgen-wmc \
+       $(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list 
--header --body >> xgen-wmc \
        && cp xgen-wmc $(@F) \
        && rm -f xgen-wmc xgen-wmc~
 


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