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 /server/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 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 5aa02b4b33..9e8242fd97 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -2,6 +2,7 @@ TARGET_EXPORTS = apache.exports CLEAN_TARGETS = gen_test_char gen_uri_delims test_char.h uri_delims.h \ $(TARGET_EXPORTS) ApacheCoreOS2.def +EXTRACLEAN_TARGETS = exports.c SUBDIRS = mpm |