From: Paul Querna Date: Tue, 18 Jul 2006 00:11:46 +0000 (+0000) Subject: Revert r422298, because it introduces GNU Make specific extensions to the Makefile... X-Git-Tag: 2.3.0~2242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a9c973ca76b03c6b0beab6dcb720b785e314c2;p=thirdparty%2Fapache%2Fhttpd.git Revert r422298, because it introduces GNU Make specific extensions to the Makefile, and should be replaced by doing the work inside configure, instead of the Makefile.in. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/Makefile.in b/support/Makefile.in index 248da70d573..670e465d9dc 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -3,12 +3,7 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ CLEAN_TARGETS = suexec -PROGRAMS = htpasswd htdigest rotatelogs logresolve ab htdbm htcacheclean httxt2dbm - -ifneq (win32,${OS}) - PROGRAMS += checkgid fcgistarter -endif - +PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm fcgistarter TARGETS = $(PROGRAMS) PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)