summaryrefslogtreecommitdiff
path: root/modules/unictype/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unictype/scripts')
-rw-r--r--modules/unictype/scripts2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/unictype/scripts b/modules/unictype/scripts
index 98db408a97..42fab85f70 100644
--- a/modules/unictype/scripts
+++ b/modules/unictype/scripts
@@ -19,7 +19,7 @@ lib_SOURCES += unictype/scripts.c
endif
unictype/scripts_byname.h: unictype/scripts_byname.gperf
- $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
+ $(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t && \
mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
BUILT_SOURCES += unictype/scripts_byname.h
MOSTLYCLEANFILES += unictype/scripts_byname.h-t