summaryrefslogtreecommitdiff
path: root/support/Makefile.in
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>2001-01-06 21:47:49 +0000
committerdgaudet <dgaudet@unknown>2001-01-06 21:47:49 +0000
commit644cc2eefc50c1566b610fb07d0174bc1de51168 (patch)
treee26a9a3bad6dd2103a141f6547edfd25b05d1771 /support/Makefile.in
parent7349b1f48433baffab3f7af750a94ead8971136e (diff)
downloadhttpd-644cc2eefc50c1566b610fb07d0174bc1de51168.tar.gz
- add some missing distclean targets
- use DISTCLEAN_TARGETS and CLEAN_TARGETS everywhere (to be consistent with other macros and with APR) - warn that aclocal.m4 is a generated file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 473fdd2100..e51e5be98b 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -1,3 +1,4 @@
+DISTCLEAN_TARGETS = apxs apachectl
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab
targets = $(PROGRAMS)