summaryrefslogtreecommitdiff
path: root/modules/unictype/category-byname
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unictype/category-byname')
-rw-r--r--modules/unictype/category-byname2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/unictype/category-byname b/modules/unictype/category-byname
index 78b45cfefe..90cc05e9b1 100644
--- a/modules/unictype/category-byname
+++ b/modules/unictype/category-byname
@@ -57,7 +57,7 @@ lib_SOURCES += unictype/categ_byname.c
endif
unictype/categ_byname.h: unictype/categ_byname.gperf
- $(GPERF) -m 10 $(srcdir)/unictype/categ_byname.gperf > $(srcdir)/unictype/categ_byname.h-t
+ $(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/categ_byname.gperf > $(srcdir)/unictype/categ_byname.h-t && \
mv $(srcdir)/unictype/categ_byname.h-t $(srcdir)/unictype/categ_byname.h
BUILT_SOURCES += unictype/categ_byname.h
MOSTLYCLEANFILES += unictype/categ_byname.h-t