summaryrefslogtreecommitdiffstats
path: root/os/os2
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 /os/os2
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 'os/os2')
-rw-r--r--os/os2/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/os2/Makefile.in b/os/os2/Makefile.in
index c03ac3fca1..63e0fbb44d 100644
--- a/os/os2/Makefile.in
+++ b/os/os2/Makefile.in
@@ -1,10 +1,10 @@
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libos.la
LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c iol_socket.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk