From 50e28fd237a7de7e3f28332711dc01c7fe8e4dbd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Oct 2009 14:50:37 -0500 Subject: Adding the possibility of making the directories silently. --- Makefile.am.enum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am.enum') 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 \ -- cgit v1.2.3