summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)