From: Bruno Haible Date: Mon, 3 Dec 2007 11:58:14 +0000 (+0100) Subject: Fix a build error when someone uses "make maintainer-clean". X-Git-Tag: v0.1~7951 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=601ad376d18f560ac70c1dbd6582e70c52b65840;p=gnulib.git Fix a build error when someone uses "make maintainer-clean". --- diff --git a/ChangeLog b/ChangeLog index e60b79274..a9fbb7839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-11-23 Ralf Wildenhues + + * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of + pr_byname.h. Needed for the rare case when the maintainer has done + "make maintainer-clean" in the source directory and then attempts a + build outside the source directory. + * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of + scripts_byname.h. + 2007-12-02 Martin Lambers Bruno Haible diff --git a/lib/unictype/pr_byname.c b/lib/unictype/pr_byname.c index fae504319..cb6e553dc 100644 --- a/lib/unictype/pr_byname.c +++ b/lib/unictype/pr_byname.c @@ -23,7 +23,7 @@ #include /* Get gperf generated lookup function. */ -#include "pr_byname.h" +#include "unictype/pr_byname.h" static const uc_property_t UC_PROPERTY_NONE = { NULL }; diff --git a/lib/unictype/scripts.c b/lib/unictype/scripts.c index 64edfe849..092009dbf 100644 --- a/lib/unictype/scripts.c +++ b/lib/unictype/scripts.c @@ -23,7 +23,7 @@ #include #include "scripts.h" -#include "scripts_byname.h" +#include "unictype/scripts_byname.h" const uc_script_t * uc_script (ucs4_t uc)