summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-08-10 17:22:15 +0200
committerDaiki Ueno <ueno@gnu.org>2015-08-18 09:54:24 +0900
commit30f4290277444b1d4825a42c9a33f2c3c7fe310a (patch)
treecedc07d5aac841d219b8fd3db3afdca7e7900688 /modules/uninorm
parent5bb169c3be1f80fb22ee63d51b43dfdb1ac22d2a (diff)
downloadgnulib-30f4290277444b1d4825a42c9a33f2c3c7fe310a.tar.gz
gperf: respect silent rules
* modules/gperf (Makefile.am): Define V_GPERF, V_GPERF_, and V_GPERF_0 for silent rules. * modules/iconv_open (Makefile.am): Use V_GPERF. * modules/unicase/locale-language (Makefile.am): Likewise. * modules/unicase/special-casing (Makefile.am): Likewise. * modules/unictype/category-byname (Makefile.am): Likewise. * modules/unictype/combining-class-byname (Makefile.am): Likewise. * modules/unictype/joininggroup-byname (Makefile.am): Likewise. * modules/unictype/joiningtype-byname (Makefile.am): Likewise. * modules/unictype/property-byname (Makefile.am): Likewise. * modules/unictype/scripts (Makefile.am): Likewise. * modules/uninorm/composition (Makefile.am): Likewise.
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/composition2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/uninorm/composition b/modules/uninorm/composition
index 925ef6004a..b299f94973 100644
--- a/modules/uninorm/composition
+++ b/modules/uninorm/composition
@@ -18,7 +18,7 @@ lib_SOURCES += uninorm/composition.c
endif
uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
- $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t
+ $(V_GPERF)$(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t && \
mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
BUILT_SOURCES += uninorm/composition-table.h
MOSTLYCLEANFILES += uninorm/composition-table.h-t