From dc7892eb79e7fb03502a3d8b94ecab9f52ccf4df Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Wed, 9 Jul 2003 14:56:28 +0000 Subject: [PATCH] httpd.spec should be removed by make extraclean git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100519 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 92d2e13702..95dac404a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,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 -EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists +EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists \ + httpd.spec include $(top_builddir)/build/rules.mk include $(top_srcdir)/build/program.mk -- 2.50.1