]> Savannah Git Hosting - gnulib.git/commitdiff
unicase: fix VPATH build
authorDaiki Ueno <dueno@redhat.com>
Mon, 27 Nov 2017 15:14:16 +0000 (16:14 +0100)
committerDaiki Ueno <dueno@redhat.com>
Mon, 27 Nov 2017 15:14:16 +0000 (16:14 +0100)
* modules/unicase/special-casing (Makefile.am): Ensure that the
base directory is created when generating
unicase/special-casing.h.

ChangeLog
modules/unicase/special-casing

index 4d70a7d6e8610b8bac55c36024231fa8dfccc864..3dab9a249ccfd1f299ed354054d8d9328f0c0a93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-11-27  Daiki Ueno  <ueno@gnu.org>
+
+       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  <ueno@gnu.org>
 
        libunistring: update to Unicode 9.0.0
index 362f6a108dcec04f7a7033a5eb81e6f69e48c06b..e6f0517407c75903859750d2908e632c5f93769e 100644 (file)
@@ -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! */'; \