From 601ad376d18f560ac70c1dbd6582e70c52b65840 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 3 Dec 2007 12:58:14 +0100 Subject: [PATCH] Fix a build error when someone uses "make maintainer-clean". --- ChangeLog | 9 +++++++++ lib/unictype/pr_byname.c | 2 +- lib/unictype/scripts.c | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e60b79274e..a9fbb7839e 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 fae5043195..cb6e553dce 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 64edfe849e..092009dbf7 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) -- 2.30.2