diff options
author | Manoj Kasichainula <manoj@apache.org> | 2000-03-15 23:46:33 +0100 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 2000-03-15 23:46:33 +0100 |
commit | ee839f0042791d633057376c079dd72ae88134ef (patch) | |
tree | 83f5963b962724ae116963b5bf359a6e96ba696c /os/os2 | |
parent | Jeff's couple of small corrections. (diff) | |
download | apache2-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.in | 4 |
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 |