diff options
author | Paul Querna <pquerna@apache.org> | 2006-07-18 02:11:46 +0200 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2006-07-18 02:11:46 +0200 |
commit | 30a9c973ca76b03c6b0beab6dcb720b785e314c2 (patch) | |
tree | de10c4fcf43541fe58d26da24ca8dd0dd1915992 /support/Makefile.in | |
parent | * Remove ourselves from the filter chain if we failed to init libz, as we (diff) | |
download | apache2-30a9c973ca76b03c6b0beab6dcb720b785e314c2.tar.xz apache2-30a9c973ca76b03c6b0beab6dcb720b785e314c2.zip |
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.in | 7 |
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) |