diff options
author | Jeff Trawick <trawick@apache.org> | 2003-06-19 13:43:28 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2003-06-19 13:43:28 +0000 |
commit | 14e9e18cb433bb2c576e22428a2df4dabc34dad3 (patch) | |
tree | 02c0f5f6fb2148b15208b77a6ded363cc71952d4 /Makefile.in | |
parent | 1e0682040de4fe18a053451b16e8c70ceb72180f (diff) | |
download | httpd-14e9e18cb433bb2c576e22428a2df4dabc34dad3.tar.gz |
distclean/extraclean tweak: blow away docs/conf/ssl-std.conf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fd7d84c659..92d2e13702 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \ modules.c config.cache config.log config.status build/config_vars.mk \ - build/rules.mk docs/conf/httpd-std.conf shlibtool + build/rules.mk docs/conf/httpd-std.conf docs/conf/ssl-std.conf shlibtool EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists include $(top_builddir)/build/rules.mk |