summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-12-20 19:57:45 +0100
committerJim Jagielski <jim@apache.org>2013-12-20 19:57:45 +0100
commitae4d88bee92deeda9385788f1888a97851f64508 (patch)
tree567ed9f23572c100a25e2db7400c502cd521821a /build
parentFor *bsd* systems, see if we are using BSD make and, (diff)
downloadapache2-ae4d88bee92deeda9385788f1888a97851f64508.tar.xz
apache2-ae4d88bee92deeda9385788f1888a97851f64508.zip
Oops... revert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1552783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/ltlib.mk4
-rw-r--r--build/special.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/ltlib.mk b/build/ltlib.mk
index 84743a8687..3b87dd366c 100644
--- a/build/ltlib.mk
+++ b/build/ltlib.mk
@@ -18,6 +18,6 @@
TARGETS = $(LTLIBRARY_NAME)
-.include "$(top_builddir)/build/rules.mk"
-.include "$(top_srcdir)/build/library.mk"
+include $(top_builddir)/build/rules.mk
+include $(top_srcdir)/build/library.mk
diff --git a/build/special.mk b/build/special.mk
index df47492ecd..53b880dd56 100644
--- a/build/special.mk
+++ b/build/special.mk
@@ -18,13 +18,13 @@
all: all-recursive
-.include "$(builddir)/modules.mk"
+include $(builddir)/modules.mk
TARGETS = $(static)
SHARED_TARGETS = $(shared)
INSTALL_TARGETS = install-modules-$(INSTALL_DSO)
-.include "$(top_builddir)/build/rules.mk"
+include $(top_builddir)/build/rules.mk
install-modules-yes: $(SHARED_TARGETS)
@if test -n "$(shared)"; then \