From 85cd420ad4f80c54e340f6af0267325f62f55019 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Fri, 8 Dec 2000 23:19:27 +0000 Subject: [PATCH] remove building of the dbu test proggie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87268 13f79535-47bb-0310-9956-ffa450edef68 --- test/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index d34eb21712..8fd649ea61 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -3,7 +3,7 @@ # test programs, then "make test" targets = -PROGRAMS = dbu +PROGRAMS = PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_DEPENDENCIES = ../srclib/apr-util/libaprutil.la \ @@ -13,6 +13,7 @@ include $(top_srcdir)/build/rules.mk test: $(PROGRAMS) -dbu_OBJECTS = dbu.lo -dbu: $(dbu_OBJECTS) - $(LINK) $(dbu_OBJECTS) $(PROGRAM_LDADD) +# example for building a test proggie +# dbu_OBJECTS = dbu.lo +# dbu: $(dbu_OBJECTS) +# $(LINK) $(dbu_OBJECTS) $(PROGRAM_LDADD) -- 2.50.1