Commit 3fa01fc4 authored by Paul Querna's avatar Paul Querna
Browse files

Revert r422298, because it introduces GNU Make specific extensions to the...

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
parent aca17477
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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)