From: Greg Stein Date: Wed, 6 Dec 2000 08:16:19 +0000 (+0000) Subject: don't build test by default. users/developers can go to the dir manually and X-Git-Tag: APACHE_2_0_ALPHA_9~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0517b39de901f6e4e89d371e471d3eb537d05a33;p=apache 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 --- 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