From: Justin Erenkrantz Date: Mon, 17 Feb 2003 01:04:40 +0000 (+0000) Subject: Remove files on 'make distclean' that should be. X-Git-Tag: pre_ajp_proxy~2127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2ba87a5d7cd43dbb602d596ad3ff55455b4f850;p=apache Remove files on 'make distclean' that should be. PR: 15592 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98684 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7579eec206..d24ebdae52 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Remove files on 'make distclean' that should be. PR 15592. + [Justin Erenkrantz] + *) Allow apachectl to perform status with links and elinks as well. [Justin Erenkrantz] diff --git a/Makefile.in b/Makefile.in index a7e73135ad..c2f9d703ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ 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 + build/rules.mk docs/conf/httpd-std.conf shlibtool EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists include $(top_builddir)/build/rules.mk diff --git a/configure.in b/configure.in index fd49adc2ae..f4a59d5d1e 100644 --- a/configure.in +++ b/configure.in @@ -497,8 +497,7 @@ else fi APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) -APACHE_FAST_OUTPUT(os/beos/Makefile os/os2/Makefile os/Makefile) -APACHE_FAST_OUTPUT(os/unix/Makefile server/Makefile) +APACHE_FAST_OUTPUT(os/Makefile server/Makefile) APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile) if test -d ./test; then