aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 29acb4e7380..21d92463f20 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -28,7 +28,8 @@ SHELL = @SHELL@
28# Here are the things that we expect ../configure to edit. 28# Here are the things that we expect ../configure to edit.
29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. 29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
30srcdir = @srcdir@ 30srcdir = @srcdir@
31abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 31# MinGW CPPFLAGS may use this.
32abs_top_srcdir=@abs_top_srcdir@
32ntsource = $(srcdir)/../nt 33ntsource = $(srcdir)/../nt
33abs_builddir = @abs_builddir@ 34abs_builddir = @abs_builddir@
34VPATH = $(srcdir) 35VPATH = $(srcdir)