From b6b9295812c544b5dad4b18bdea01347445d94b2 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 27 Nov 2017 16:14:16 +0100 Subject: [PATCH] unicase: fix VPATH build * modules/unicase/special-casing (Makefile.am): Ensure that the base directory is created when generating unicase/special-casing.h. --- ChangeLog | 7 +++++++ modules/unicase/special-casing | 1 + 2 files changed, 8 insertions(+) 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! */'; \ -- 2.39.5