summaryrefslogtreecommitdiff
path: root/modules/Makefile.in
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
committerRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
commit62367507a993a6e5b77deb2d763fbe51f6463ca4 (patch)
tree7dd71990272113edbd65e9e255e2efce9152c2bf /modules/Makefile.in
parenta65b5faece27c4fa28dd0025b20417d745f9cfb7 (diff)
downloadhttpd-62367507a993a6e5b77deb2d763fbe51f6463ca4.tar.gz
Change the make targets and rules to be consistent in all of the
Apache-owned source trees. Sanity is a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/Makefile.in')
-rw-r--r--modules/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/Makefile.in b/modules/Makefile.in
index ecb043547b..79d278248f 100644
--- a/modules/Makefile.in
+++ b/modules/Makefile.in
@@ -1,5 +1,6 @@
SUBDIRS = $(MODULE_DIRS)
+CLEAN_SUBDIRS = $(MODULE_CLEANDIRS)
include $(top_srcdir)/build/rules.mk