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