]> granicus.if.org Git - apache/commitdiff
httpd.spec should be removed by make extraclean
authorRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 14:56:28 +0000 (14:56 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 9 Jul 2003 14:56:28 +0000 (14:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100519 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 92d2e1370211ab2caaca50b7dc8232beb5aac96d..95dac404a204d57327098c0718255ad424639c91 100644 (file)
@@ -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