summaryrefslogtreecommitdiff
path: root/modules/unicase/special-casing
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unicase/special-casing')
-rw-r--r--modules/unicase/special-casing4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/unicase/special-casing b/modules/unicase/special-casing
index 352ac60fac..79d9b93803 100644
--- a/modules/unicase/special-casing
+++ b/modules/unicase/special-casing
@@ -25,8 +25,8 @@ EXTRA_DIST += unicase/special-casing-table.h
# Generate special-casing.h with a declaration that depends on the gperf version.
unicase/special-casing.h: unicase/special-casing.in.h unicase/special-casing-table.h
- $(AM_V_at)$(MKDIR_P) '%reldir%/unicase'
- $(AM_V_GEN)rm -f $@-t $@ && \
+ $(AM_V_GEN)$(MKDIR_P) '%reldir%/unicase'
+ $(AM_V_at)rm -f $@-t $@ && \
declaration=`grep '^gl_unicase_special_lookup' $(srcdir)/unicase/special-casing-table.h | sed -e 's/register //g'` && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/$${declaration};/" $(srcdir)/unicase/special-casing.in.h; \