From 0517b39de901f6e4e89d371e471d3eb537d05a33 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Wed, 6 Dec 2000 08:16:19 +0000 Subject: [PATCH] don't build test by default. users/developers can go to the dir manually and build if necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87235 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1c2d9fcfb9..44a844464f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ -SUBDIRS = modules os server srclib support test +SUBDIRS = modules os server srclib support PROGRAM_NAME = $(progname) PROGRAM_SOURCES = modules.c -- 2.50.1