From cd077dc8f2a8876f7ce50229e855d138b8310a0e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 15 Oct 2003 21:09:40 +0000 Subject: 2003-10-14 Havoc Pennington * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems to have a bug keeping it from outputting the .da files sometimes (string_get_string): don't append garbage nul bytes to the string. --- dbus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/Makefile.am') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index dc49ec81..255fd7a6 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -150,4 +150,4 @@ dbus_test_LDADD= $(DBUS_CLIENT_LIBS) libdbus-1.la ## mop up the gcov files clean-local: - /bin/rm *.bb *.bbg *.da *.gcov || true + /bin/rm *.bb *.bbg *.da *.gcov .libs/*.da .libs/*.bbg || true -- cgit