From 6d5abbac870434ab63f9f380110b57867b9c1708 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 8 Jun 2005 08:32:44 +0000 Subject: [PATCH] * 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 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0