From c475f1fc0c561e22d4b191b91f2635941069a800 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 28 Dec 2005 23:07:06 +0100 Subject: [PATCH] Drop linking with util/string.o, since memdebug no longer requires it --- src/dom/test/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dom/test/Makefile b/src/dom/test/Makefile index 087eebd10..e853fff28 100644 --- a/src/dom/test/Makefile +++ b/src/dom/test/Makefile @@ -8,7 +8,6 @@ TESTDEPS = \ $(top_builddir)/src/util/error.o \ $(top_builddir)/src/osdep/stub.o \ $(top_builddir)/src/util/hash.o \ - $(top_builddir)/src/util/string.o \ $(top_builddir)/src/util/memdebug.o \ $(top_builddir)/src/util/memory.o