From c76eedd794051b79456ba331e9595af6dd3490e2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 30 Apr 2017 15:05:52 +0100 Subject: [PATCH] Typo fix: missing '\' Without the backslash, the build breaks. --- clutter/clutter/Makefile.am.marshal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter/Makefile.am.marshal b/clutter/clutter/Makefile.am.marshal index b6fc896ac..f29629ce1 100644 --- a/clutter/clutter/Makefile.am.marshal +++ b/clutter/clutter/Makefile.am.marshal @@ -43,7 +43,7 @@ $(marshal_h): stamp-marshal @true $(marshal_c): $(marshal_h) - $(AM_V_GEN)$(GLIB_GENMARSHAL) + $(AM_V_GEN)$(GLIB_GENMARSHAL) \ --prefix=$(glib_marshal_prefix) \ --body \ $(marshal_list) > xgen-mc \