aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.enum
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am.enum')
-rw-r--r--Makefile.am.enum4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.enum b/Makefile.am.enum
index 0f1a637..0503de0 100644
--- a/Makefile.am.enum
+++ b/Makefile.am.enum
@@ -24,7 +24,7 @@ BUILT_SOURCES += $(glib_enum_h) $(glib_enum_c)
EXTRA_DIST += $(enum_tmpl_h) $(enum_tmpl_c)
stamp-enum-types: $(glib_enum_headers)
- mkdir -p `dirname $(builddir)/$(glib_enum_h)`
+ $(QUIET_GEN)mkdir -p `dirname $(builddir)/$(glib_enum_h)`
$(QUIET_GEN)$(GLIB_MKENUMS) \
--template $(srcdir)/$(enum_tmpl_h) \
$(glib_enum_headers) > xgen-eh \
@@ -36,7 +36,7 @@ $(glib_enum_h): stamp-enum-types
@true
$(glib_enum_c): $(glib_enum_h)
- mkdir -p `dirname $(builddir)/$(glib_enum_c)`
+ $(QUIET_GEN)mkdir -p `dirname $(builddir)/$(glib_enum_c)`
$(QUIET_GEN)$(GLIB_MKENUMS) \
--template $(srcdir)/$(enum_tmpl_c) \
$(glib_enum_headers) > xgen-ec \