From 8f1ff371d78377344483a17ce3d0961d39c4b280 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 12 Dec 2008 16:31:15 +0000 Subject: [PATCH] Treat proxy/balancers normally and independently... also, allow nice pretty Making all in proxy ... Making all in proxy/balancers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@726068 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/Makefile.in b/modules/proxy/Makefile.in index ab92e713a7..6ea6775b53 100644 --- a/modules/proxy/Makefile.in +++ b/modules/proxy/Makefile.in @@ -1,4 +1,4 @@ # a modules Makefile has no explicit targets -- they will be defined by # whatever modules are enabled. just grab special.mk to deal with this. -SUBDIRS = balancers +#SUBDIRS = balancers include $(top_srcdir)/build/special.mk -- 2.40.0