summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-04-27 13:30:35 +0200
committerJeff Trawick <trawick@apache.org>2000-04-27 13:30:35 +0200
commite31781864a137918d90507274accc843e03d059d (patch)
tree3311ff4eb09f0f82a72a53aa4ec1e10f99867124 /build
parentI have merged the two ab files together, the one from src/support and (diff)
downloadapache2-e31781864a137918d90507274accc843e03d059d.tar.xz
apache2-e31781864a137918d90507274accc843e03d059d.zip
fix path to mm's configure.in
fix aclocal.m4's dependencies Submitted by: Sascha Schumann <sascha@schumann.cx> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/build2.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build2.mk b/build/build2.mk
index 4ebad4285c..4803823ef0 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -63,7 +63,7 @@ LT_TARGETS = ltconfig ltmain.sh config.guess config.sub
config_h_in = include/ap_config_auto.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
+mm_configure = lib/apr/shmem/unix/mm/configure
APACHE_TARGETS = $(TOUCH_FILES) $(LT_TARGETS) configure $(config_h_in)
@@ -78,7 +78,7 @@ all: $(targets)
libtool_m4 = $(libtool_prefix)/share/aclocal/libtool.m4
-aclocal.m4: acinclude.m4 $(libtool_m4)
+aclocal.m4: acinclude.m4 lib/apr/threads.m4 $(libtool_m4)
@echo rebuilding $@
@cat acinclude.m4 $(libtool_m4) > $@