summaryrefslogtreecommitdiff
path: root/build/rules.mk.in
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2002-06-15 21:48:53 +0000
committerDavid Reid <dreid@apache.org>2002-06-15 21:48:53 +0000
commit07edff2f1ca950be5747d3fad0207ee84941515e (patch)
tree04c18d1698eb6350d24caa46609c8551bd1d8fd6 /build/rules.mk.in
parent4d4c90542bed36f3a431cc6dc5aedf770535482e (diff)
downloadhttpd-07edff2f1ca950be5747d3fad0207ee84941515e.tar.gz
Fix the build on BSDi machines. The bsd_makefile trick didn't completely
work as autoconf may run config.status and remove the fixes we've just applied, so this allows us to workaround that problem. Initailly suggested by Cliff, this is a modified version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rules.mk.in')
-rw-r--r--build/rules.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rules.mk.in b/build/rules.mk.in
index 8c30ebe8ce..e598f46d14 100644
--- a/build/rules.mk.in
+++ b/build/rules.mk.in
@@ -54,7 +54,7 @@
# The build environment was originally provided by Sascha Schumann.
#
-include $(top_builddir)/build/config_vars.mk
+@ap_make_include@ @ap_make_delimiter@$(top_builddir)/build/config_vars.mk@ap_make_delimiter@
# Combine all of the flags together in the proper order so that
# the user-defined flags can always override the configure ones, if needed.
@@ -252,7 +252,7 @@ SHLIB_SUFFIX = so
#
# Dependencies
#
-include $(builddir)/.deps
+@ap_make_include@ @ap_make_delimiter@$(builddir)/.deps@ap_make_delimiter@
.PHONY: all all-recursive install-recursive local-all $(PHONY_TARGETS) \
shared-build shared-build-recursive local-shared-build \