summaryrefslogtreecommitdiff
path: root/libhurd-btree
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-29 23:01:55 +0000
committertschwinge <tschwinge>2008-05-29 23:01:55 +0000
commitab55c9dda40e73b1042d1a4f5a3ef0b0f1a9facb (patch)
treebaeb98c74b5b694e79127c5eb68812bad864ae98 /libhurd-btree
parent31cc070ebdc9e8dcadeb1d3ef15e1cfb5770868a (diff)
hurd/
2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_addr_CPPFLAGS, t_addr_trans_CPPFLAGS, t_rpc_CPPFLAGS): Remove special `printf' handling. * stddef.h (S_PUTCHAR): Define analogously to `S_PRINTF'. libc-parts/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_setjmp_CPPFLAGS): Remove special `printf' handling. libhurd-btree/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling. libhurd-ihash/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_ihash_CPPFLAGS, t_ihash64_CPPFLAGS): Remove special `printf' handling. viengoos/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead of `s_putchar' and `s_printf' and remove the latters' prototypes.
Diffstat (limited to 'libhurd-btree')
-rw-r--r--libhurd-btree/ChangeLog4
-rw-r--r--libhurd-btree/Makefile.am5
2 files changed, 6 insertions, 3 deletions
diff --git a/libhurd-btree/ChangeLog b/libhurd-btree/ChangeLog
index c75cce5..46d1533 100644
--- a/libhurd-btree/ChangeLog
+++ b/libhurd-btree/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling.
+
2008-02-21 Neal H. Walfield <neal@gnu.org>
* Makefile.am (COMMON_CPPFLAGS): Remove variable.
diff --git a/libhurd-btree/Makefile.am b/libhurd-btree/Makefile.am
index f4a85d8..bd0f699 100644
--- a/libhurd-btree/Makefile.am
+++ b/libhurd-btree/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am - Makefile template for libhurd-btree.
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc.
# Written by Neal H. Walfield <neal@gnu.org>.
#
# This file is part of the GNU Hurd.
@@ -32,5 +32,4 @@ TESTS = btree-test
check_PROGRAMS = btree-test
btree_test_SOURCES = btree-test.c btree.h btree.c
-btree_test_CPPFLAGS = $(CHECK_CPPFLAGS) -DS_PRINTF=printf
-
+btree_test_CPPFLAGS = $(CHECK_CPPFLAGS)