diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ce65b190334..29acb4e7380 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -28,6 +28,7 @@ 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. |
| 30 | srcdir = @srcdir@ | 30 | srcdir = @srcdir@ |
| 31 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | ||
| 31 | ntsource = $(srcdir)/../nt | 32 | ntsource = $(srcdir)/../nt |
| 32 | abs_builddir = @abs_builddir@ | 33 | abs_builddir = @abs_builddir@ |
| 33 | VPATH = $(srcdir) | 34 | VPATH = $(srcdir) |