From: Greg Stein Date: Tue, 27 Feb 2001 01:39:25 +0000 (+0000) Subject: um. hello?! doesn't the work "private" mean anything? :-) X-Git-Tag: 2.0.14~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65b7bfdc7252e7dded023606b8c5ffa702874b7;p=thirdparty%2Fapache%2Fhttpd.git um. hello?! doesn't the work "private" mean anything? :-) Apache should not be involved with building APR's apr_private.h.in. It should only call APR's buildconf.sh script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88363 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/build2.mk b/build/build2.mk index 13c7bfc48dc..8f0b1e6c649 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -61,7 +61,6 @@ TOUCH_FILES = mkinstalldirs install-sh missing LT_TARGETS = ltconfig ltmain.sh config.guess config.sub config_h_in = include/ap_config_auto.h.in -apr_private.h_in = srclib/apr/include/arch/unix/apr_private.h.in apr_configure = srclib/apr/configure mm_configure = srclib/apr/shmem/unix/mm/configure pcre_configure = srclib/pcre/configure @@ -69,7 +68,7 @@ aprutil_configure = srclib/apr-util/configure APACHE_TARGETS = $(TOUCH_FILES) $(LT_TARGETS) configure $(config_h_in) -APR_TARGETS = $(apr_configure) $(apr_private.h_in) $(mm_configure) $(aprutil_configure) +APR_TARGETS = $(apr_configure) $(mm_configure) $(aprutil_configure) PCRE_TARGETS = $(pcre_configure) @@ -112,11 +111,6 @@ configure: aclocal.m4 configure.in $(config_m4_files) ### to preserve autoconf's exit across the grep? -autoconf 2>&1 | grep -v $(cross_compile_warning) -$(apr_private.h_in): $(apr_configure) srclib/apr/acconfig.h - @echo rebuilding $@ - @rm -f $@ - (cd srclib/apr && autoheader) - $(aprutil_configure): srclib/apr-util/configure.in @echo rebuilding $@ (cd srclib/apr-util && ./buildconf.sh)