diff options
author | Roy T. Fielding <fielding@apache.org> | 2003-07-09 16:56:28 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2003-07-09 16:56:28 +0200 |
commit | dc7892eb79e7fb03502a3d8b94ecab9f52ccf4df (patch) | |
tree | 75c79a9f4d99a7659daeab8d0d0549fe82b7c668 /Makefile.in | |
parent | Forward port patch for CAN-2003-0192 from 2.0. (diff) | |
download | apache2-dc7892eb79e7fb03502a3d8b94ecab9f52ccf4df.tar.xz apache2-dc7892eb79e7fb03502a3d8b94ecab9f52ccf4df.zip |
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
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 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 |