summaryrefslogtreecommitdiff
path: root/os/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 /os/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 'os/Makefile.in')
-rw-r--r--os/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/Makefile.in b/os/Makefile.in
index 0e62c951ce..96234c1488 100644
--- a/os/Makefile.in
+++ b/os/Makefile.in
@@ -1,9 +1,9 @@
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = $(OS)
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk