Fix a build error when someone uses "make maintainer-clean".
authorBruno Haible <bruno@clisp.org>
Mon, 3 Dec 2007 11:58:14 +0000 (12:58 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Dec 2007 11:58:14 +0000 (12:58 +0100)
ChangeLog
lib/unictype/pr_byname.c
lib/unictype/scripts.c

index e60b79274ee3ac5016ba46fc3b26e6691d269d38..a9fbb7839e4665083bff1478c99d940535bdc869 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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 <marlam@marlam.de>
             Bruno Haible  <bruno@clisp.org>
 
index fae5043195dc8d1ec1e9f4596ff2ec0cdf7692f3..cb6e553dce5f46c9958f4561b2e4e6ac738c4c46 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 
 /* Get gperf generated lookup function.  */
-#include "pr_byname.h"
+#include "unictype/pr_byname.h"
 
 static const uc_property_t UC_PROPERTY_NONE = { NULL };
 
index 64edfe849e512b1ec245f0dd669a6e5c0db509db..092009dbf702f1f34bc401d616f535bf5312323d 100644 (file)
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #include "scripts.h"
-#include "scripts_byname.h"
+#include "unictype/scripts_byname.h"
 
 const uc_script_t *
 uc_script (ucs4_t uc)