From: dgaudet Date: Tue, 14 Mar 2000 07:45:08 +0000 (+0000) Subject: it's more traditional in autoconf projects for "make distclean" to clean X-Git-Tag: APACHE_2_0_ALPHA_2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de314fc3a2a23cfa6cb3b6ad45fbc6ae7e99bc7d;p=apache it's more traditional in autoconf projects for "make distclean" to clean 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 --- diff --git a/Makefile.in b/Makefile.in index debeaed209..a641b1aa0f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/build/rules.mk b/build/rules.mk index 2f3fe5fe9a..9f2330202e 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -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