mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 20:53:54 +00: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
|
@true
|
||||||
|
|
||||||
$(marshal_c): $(marshal_h)
|
$(marshal_c): $(marshal_h)
|
||||||
$(AM_V_GEN)$(GLIB_GENMARSHAL)
|
$(AM_V_GEN)$(GLIB_GENMARSHAL) \
|
||||||
--prefix=$(glib_marshal_prefix) \
|
--prefix=$(glib_marshal_prefix) \
|
||||||
--body \
|
--body \
|
||||||
$(marshal_list) > xgen-mc \
|
$(marshal_list) > xgen-mc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user