summaryrefslogtreecommitdiff
path: root/build/special.mk
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-12-20 18:57:45 +0000
committerJim Jagielski <jim@apache.org>2013-12-20 18:57:45 +0000
commitae4d88bee92deeda9385788f1888a97851f64508 (patch)
tree567ed9f23572c100a25e2db7400c502cd521821a /build/special.mk
parentd6e91afa0c1153ace878aa45c82cdb06d12520ff (diff)
downloadhttpd-ae4d88bee92deeda9385788f1888a97851f64508.tar.gz
Oops... revert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1552783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/special.mk')
-rw-r--r--build/special.mk4
1 files changed, 2 insertions, 2 deletions
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 \