summaryrefslogtreecommitdiffstats
path: root/modules/aaa/Makefile.in
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>2000-03-15 23:46:33 +0100
committerManoj Kasichainula <manoj@apache.org>2000-03-15 23:46:33 +0100
commitee839f0042791d633057376c079dd72ae88134ef (patch)
tree83f5963b962724ae116963b5bf359a6e96ba696c /modules/aaa/Makefile.in
parentJeff's couple of small corrections. (diff)
downloadapache2-ee839f0042791d633057376c079dd72ae88134ef.tar.xz
apache2-ee839f0042791d633057376c079dd72ae88134ef.zip
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/aaa/Makefile.in')
-rw-r--r--modules/aaa/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aaa/Makefile.in b/modules/aaa/Makefile.in
index ccd3c19755..3eeb709e0a 100644
--- a/modules/aaa/Makefile.in
+++ b/modules/aaa/Makefile.in
@@ -1,8 +1,8 @@
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
-include $(topsrcdir)/build/special.mk
+include $(top_srcdir)/build/special.mk