From: Paul Querna Date: Sat, 15 Jul 2006 22:36:12 +0000 (+0000) Subject: gen_test_char doesn't actually need the util_debug object to work. X-Git-Tag: 2.3.0~2246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26fded1ef46135eb4cf328983d85158d1abc821;p=thirdparty%2Fapache%2Fhttpd.git gen_test_char doesn't actually need the util_debug object to work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index bc9109d7477..bd4f8fc79a6 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -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)