summaryrefslogtreecommitdiff
path: root/modules/Makefile.in
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>2000-03-15 22:46:33 +0000
committerManoj Kasichainula <manoj@apache.org>2000-03-15 22:46:33 +0000
commitee839f0042791d633057376c079dd72ae88134ef (patch)
tree83f5963b962724ae116963b5bf359a6e96ba696c /modules/Makefile.in
parent4ec68a3d558792aa0fe5012fa3dab4a58d04a929 (diff)
downloadhttpd-ee839f0042791d633057376c079dd72ae88134ef.tar.gz
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
with autoconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/Makefile.in')
-rw-r--r--modules/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/Makefile.in b/modules/Makefile.in
index da8a82274b..11239ae8fb 100644
--- a/modules/Makefile.in
+++ b/modules/Makefile.in
@@ -1,10 +1,10 @@
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = mpm $(MODULE_DIRS)
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk