[gimp] app: add missing space in gimp-mkenums command in config/ and display/



commit 1caff42c30508f5066b835f0dbdf33d564e5030f
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 29 22:13:34 2019 +0100

    app: add missing space in gimp-mkenums command in config/ and display/

 app/config/Makefile.am  | 2 +-
 app/display/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index b3196b54e5..c924257497 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -144,7 +144,7 @@ CLEANFILES += $(gen_sources)
 
 xgen-cec: $(srcdir)/config-enums.h $(GIMP_MKENUMS) Makefile.am
        $(AM_V_GEN) $(GIMP_MKENUMS) \
-               --fhead "#include \"config.h\"\n#include <gio/gio.h>\n#include 
\"libgimpbase/gimpbase.h\"\n#include \"config-enums.h\"\n#include\"gimp-intl.h\"" \
+               --fhead "#include \"config.h\"\n#include <gio/gio.h>\n#include 
\"libgimpbase/gimpbase.h\"\n#include \"config-enums.h\"\n#include \"gimp-intl.h\"" \
                --fprod "\n/* enumerations from \"@basename@\" */" \
                --vhead "GType\n@enum_name@_get_type (void)\n{\n  static const G@Type@Value values[] =\n  {" \
                --vprod "    { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
diff --git a/app/display/Makefile.am b/app/display/Makefile.am
index c8d111e1a0..c3dcc765d1 100644
--- a/app/display/Makefile.am
+++ b/app/display/Makefile.am
@@ -216,7 +216,7 @@ CLEANFILES = $(gen_sources)
 
 xgen-dec: $(srcdir)/display-enums.h $(GIMP_MKENUMS) Makefile.am
        $(AM_V_GEN) $(GIMP_MKENUMS) \
-               --fhead "#include \"config.h\"\n#include <gio/gio.h>\n#include 
\"libgimpbase/gimpbase.h\"\n#include \"display-enums.h\"\n#include\"gimp-intl.h\"" \
+               --fhead "#include \"config.h\"\n#include <gio/gio.h>\n#include 
\"libgimpbase/gimpbase.h\"\n#include \"display-enums.h\"\n#include \"gimp-intl.h\"" \
                --fprod "\n/* enumerations from \"@basename@\" */" \
                --vhead "GType\n@enum_name@_get_type (void)\n{\n  static const G@Type@Value values[] =\n  {" \
                --vprod "    { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \


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