changeset 10873:b97e68002353

Add missing dependency.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Dec 2008 12:22:31 +0100
parents 2e6a262b0b32
children 81a914cf7821
files ChangeLog modules/unilbrk/tables
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+            Bruno Haible  <bruno@clisp.org>
+
+	* modules/unilbrk/tables (Depends-on): Add unilbrk/base.
+
 2008-12-13  Bruno Haible  <bruno@clisp.org>
 
 	* modules/strtoull (Depends-on): Remove unistd.
--- a/modules/unilbrk/tables
+++ b/modules/unilbrk/tables
@@ -8,6 +8,7 @@
 lib/unilbrk/lbrkprop2.h
 
 Depends-on:
+unilbrk/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])