summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2006-07-18 00:11:46 +0000
committerPaul Querna <pquerna@apache.org>2006-07-18 00:11:46 +0000
commit30a9c973ca76b03c6b0beab6dcb720b785e314c2 (patch)
treede10c4fcf43541fe58d26da24ca8dd0dd1915992 /support/Makefile.in
parentef947df07e1de9855d4055ef2162ddb041f5c16a (diff)
downloadhttpd-30a9c973ca76b03c6b0beab6dcb720b785e314c2.tar.gz
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
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 248da70d57..670e465d9d 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)