]> granicus.if.org Git - apache/commitdiff
gen_test_char doesn't actually need the util_debug object to work.
authorPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 22:36:12 +0000 (22:36 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 22:36:12 +0000 (22:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422306 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index bc9109d7477c8a87ffda4e920e4623f27442c0f8..bd4f8fc79a6aa053d4cce8172650effc4a66989c 100644 (file)
@@ -21,7 +21,7 @@ TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h htt
 include $(top_builddir)/build/rules.mk
 include $(top_srcdir)/build/library.mk
 
-gen_test_char_OBJECTS = gen_test_char.lo util_debug.lo
+gen_test_char_OBJECTS = gen_test_char.lo
 gen_test_char: $(gen_test_char_OBJECTS)
        $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)