From de314fc3a2a23cfa6cb3b6ad45fbc6ae7e99bc7d Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 14 Mar 2000 07:45:08 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- build/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1