]> granicus.if.org Git - apache/commitdiff
We should be checking for apr_private.h.in and updating it from now on.
authorRyan Bloom <rbb@apache.org>
Tue, 25 Apr 2000 19:16:36 +0000 (19:16 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 25 Apr 2000 19:16:36 +0000 (19:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85031 13f79535-47bb-0310-9956-ffa450edef68

build/build2.mk

index 7d584f57b47b2e0066f54e29583621ee91c11c45..4ebad4285c93a1edbf6dbc60d851a27b0f403d2a 100644 (file)
@@ -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)