[gitg] Be quiet about enums generation
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gitg] Be quiet about enums generation
- Date: Mon, 7 Sep 2009 20:07:15 +0000 (UTC)
commit ac60e145a8f2abd99aa6c026e0e0b855e62d0606
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Sep 7 22:06:49 2009 +0200
Be quiet about enums generation
gitg/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gitg/Makefile.am b/gitg/Makefile.am
index 24f1f8a..f073027 100644
--- a/gitg/Makefile.am
+++ b/gitg/Makefile.am
@@ -99,10 +99,10 @@ ui_DATA = \
gitg-repository.ui
gitg-enum-types.h: gitg-enum-types.h.template $(ENUM_H_FILES) $(GLIB_MKENUMS)
- (cd $(srcdir) && $(GLIB_MKENUMS) --template gitg-enum-types.h.template $(ENUM_H_FILES)) > $@
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gitg-enum-types.h.template $(ENUM_H_FILES)) > $@
gitg-enum-types.c: gitg-enum-types.c.template $(ENUM_H_FILES) $(GLIB_MKENUMS)
- (cd $(srcdir) && $(GLIB_MKENUMS) --template gitg-enum-types.c.template $(ENUM_H_FILES)) > $@
+ $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gitg-enum-types.c.template $(ENUM_H_FILES)) > $@
EXTRA_DIST = \
$(ui_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]