Typo fix: missing '\'

Without the backslash, the build breaks.
This commit is contained in:
Emmanuele Bassi 2017-04-30 15:05:52 +01:00
parent 9131f26cae
commit c76eedd794

View File

@ -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 \