aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-04-06 16:16:43 +0200
committerJuanma Barranquero <[email protected]>2011-04-06 16:16:43 +0200
commitf1f81baa2cc69ea0c0b13118d3559ddfb285305b (patch)
treee619f4ec596c6f5c80e0afd2bb3dc866b1584d4c /ChangeLog
parent42b237655fd30f72a0784c2e0c3b86d28277e893 (diff)
lib/makefile.w32-in: Adapt to changes in 2011-04-06T05:19:[email protected].
* lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O). ($(BLD)/careadlinkat.$(O)): New target. ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)) ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)): Update dependencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67b95f36d4..c57bcabef4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-06 Juanma Barranquero <[email protected]>
+
+ * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
+ ($(BLD)/careadlinkat.$(O)): New target.
+ ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
+ ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
+ Update dependencies.
+
2011-04-06 Paul Eggert <[email protected]>
Fix more problems found by GCC 4.6.0's static checks.