diff options
author | Joe Orton <jorton@apache.org> | 2005-06-08 08:32:44 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2005-06-08 08:32:44 +0000 |
commit | 6d5abbac870434ab63f9f380110b57867b9c1708 (patch) | |
tree | 9ad8176adc2efb00f160e1e06a6b20c3e152cab9 /Makefile.in | |
parent | fef85f786995eec282b2e5baeb5da056f9f49d51 (diff) | |
download | httpd-6d5abbac870434ab63f9f380110b57867b9c1708.tar.gz |
* Makefile.in (DISTCLEAN_TARGETS): Clean up more files generated by
configure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189557 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d6cc4ef664..7cb65a0731 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,8 @@ 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 docs/conf/ssl-std.conf shlibtool + build/rules.mk docs/conf/httpd.conf docs/conf/extra/*.conf shlibtool \ + build/pkg/pkginfo EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists \ httpd.spec |