]> granicus.if.org Git - apache/commitdiff
it's more traditional in autoconf projects for "make distclean" to clean
authordgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 07:45:08 +0000 (07:45 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 14 Mar 2000 07:45:08 +0000 (07:45 +0000)
up things such as the apaci script, rather than "make clean".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84759 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in
build/rules.mk

index debeaed20927dc10bb874a4ac4c93a6495b90bf8..a641b1aa0fbb60e2ea24372febcf487c0e0c25c8 100644 (file)
@@ -23,7 +23,7 @@ targets         = $(PROGRAMS)
 phony_targets   = buildmark.c
 install_targets = install-conf install-htdocs install-icons install-other \
        install-cgi install-include
-CLEANFILES      = apaci
+DISTCLEANFILES  = apaci
 
 include $(topsrcdir)/build/rules.mk
 include $(topsrcdir)/build/program.mk
index 2f3fe5fe9adbd40ef6f49bebff4ea26177c38c6b..9f2330202e7d3b3f4e9b39abb44627bdd852c08b 100644 (file)
@@ -158,7 +158,7 @@ clean-x:
 
 distclean: distclean-recursive clean-x
        rm -f config.cache config.log config.status config_vars.mk libtool \
-       stamp-h Makefile shlibtool
+       stamp-h Makefile shlibtool $(DISTCLEANFILES)
 
 include $(srcdir)/.deps