From: Ryan Bloom Date: Tue, 25 Apr 2000 19:16:36 +0000 (+0000) Subject: We should be checking for apr_private.h.in and updating it from now on. X-Git-Tag: APACHE_2_0_ALPHA_3~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bcafbf6854007a462360070ebf710d7f3995d8c;p=apache We should be checking for apr_private.h.in and updating it from now on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85031 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/build2.mk b/build/build2.mk index 7d584f57b4..4ebad4285c 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -61,13 +61,13 @@ 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_config_h_in = lib/apr/include/apr_config.h.in +apr_private.h_in = lib/apr/include/apr_private.h.in apr_configure = lib/apr/configure mm_configure = lib/apr/shmem/mm/configure APACHE_TARGETS = $(TOUCH_FILES) $(LT_TARGETS) configure $(config_h_in) -APR_TARGETS = $(apr_configure) $(apr_config_h_in) $(mm_configure) +APR_TARGETS = $(apr_configure) $(apr_private.h_in) $(mm_configure) targets = .deps aclocal.m4 $(APACHE_TARGETS) $(APR_TARGETS) @@ -100,7 +100,7 @@ configure: aclocal.m4 configure.in $(config_m4_files) rm -f config.cache autoconf -$(apr_config_h_in): $(apr_configure) lib/apr/acconfig.h +$(apr_private.h_in): $(apr_configure) lib/apr/acconfig.h @echo rebuilding $@ @rm -f $@ (cd lib/apr && autoheader)