bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing dependency


From: Eric Blake
Subject: missing dependency
Date: Mon, 8 Feb 2010 18:21:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I will be committing this.  Somehow, the recent gnulib-tool caching changes 
exposed it (the missing dependency is real; I'm not sure why the old gnulib-
tool imported obstack-printf, but the current version is correct in avoiding it 
without this patch).


From: Eric Blake <address@hidden>
Date: Mon, 8 Feb 2010 10:01:09 -0700
Subject: [PATCH] obstack-printf-posix: fix dependency

* modules/obstack-printf-posix (Depends-on): Add obstack-printf.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog                    |    5 +++++
 modules/obstack-printf-posix |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c322b69..812b7fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-08  Eric Blake  <address@hidden>
+
+       obstack-printf-posix: fix dependency
+       * modules/obstack-printf-posix (Depends-on): Add obstack-printf.
+
 2009-11-17  Eric Blake  <address@hidden>

        manywarnings: add more warnings
diff --git a/modules/obstack-printf-posix b/modules/obstack-printf-posix
index eb7bef5..afe8221 100644
--- a/modules/obstack-printf-posix
+++ b/modules/obstack-printf-posix
@@ -7,7 +7,7 @@ m4/obstack-printf-posix.m4
 lib/obstack_printf.c

 Depends-on:
-obstack
+obstack-printf
 stdio
 vasnprintf-posix
 extensions
-- 
1.6.6.1







reply via email to

[Prev in Thread] Current Thread [Next in Thread]