From 658af63dbcc714c0d4e5a3880dd264c100583f69 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 29 Aug 2002 19:25:40 +0000 Subject: [PATCH] suexec is sometimes built by make so it needs to be removed by make clean git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96575 13f79535-47bb-0310-9956-ffa450edef68 --- support/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/Makefile.in b/support/Makefile.in index c38dc6491f..003c8313ca 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -1,6 +1,8 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ logresolve.pl phf_abuse_log.cgi split-logfile envvars-std +CLEAN_TARGETS = suexec + PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm TARGETS = $(PROGRAMS) -- 2.50.1