From: Daiki Ueno Date: Mon, 27 Nov 2017 15:14:16 +0000 (+0100) Subject: unicase: fix VPATH build X-Git-Tag: v1.0~5811 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b6b9295812c544b5dad4b18bdea01347445d94b2;p=gnulib.git unicase: fix VPATH build * modules/unicase/special-casing (Makefile.am): Ensure that the base directory is created when generating unicase/special-casing.h. --- diff --git a/ChangeLog b/ChangeLog index 4d70a7d6e8..3dab9a249c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-11-27 Daiki Ueno + + unicase: fix VPATH build + * modules/unicase/special-casing (Makefile.am): Ensure that the + base directory is created when generating + unicase/special-casing.h. + 2017-11-27 Daiki Ueno libunistring: update to Unicode 9.0.0 diff --git a/modules/unicase/special-casing b/modules/unicase/special-casing index 362f6a108d..e6f0517407 100644 --- a/modules/unicase/special-casing +++ b/modules/unicase/special-casing @@ -24,6 +24,7 @@ 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) unicase $(AM_V_GEN)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! */'; \