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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0c950e76c982a20e958283ea0df5d627e9993c;p=thirdparty%2Fapache%2Fhttpd.git 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 1c2d9fcfb9e..44a844464f6 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