diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-04-11 08:44:07 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-04-11 08:44:07 +0200 |
commit | efd42bd8a4cf68797b44603cb244ac8c9fe82406 (patch) | |
tree | 262472d97e20c7620d875f15d2ed5a7cc99c4728 /support/Makefile.in | |
parent | commit the CHANGES file, too. This is for fixing the mixup in the naming (diff) | |
download | apache2-efd42bd8a4cf68797b44603cb244ac8c9fe82406.tar.xz apache2-efd42bd8a4cf68797b44603cb244ac8c9fe82406.zip |
Make clean, distclean, and extraclean consistently according to the
Gnu makefile guidelines.
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by: Roy Fielding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index ba11298241..ed1ffc9b70 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -1,4 +1,5 @@ -DISTCLEAN_TARGETS = apxs apachectl +DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status logresolve.pl \ + phf_abuse_log.cgi split-logfile PROGRAMS = htpasswd htdigest rotatelogs logresolve ab targets = $(PROGRAMS) |