mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
Typo fix: missing '\'
Without the backslash, the build breaks.
This commit is contained in:
parent
9131f26cae
commit
c76eedd794
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user