diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e4d104e0200..3843f549679 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -84,7 +84,8 @@ VPATH=@srcdir@ | |||
| 84 | 84 | ||
| 85 | # The top-level source directory, also set by configure. | 85 | # The top-level source directory, also set by configure. |
| 86 | top_srcdir=@top_srcdir@ | 86 | top_srcdir=@top_srcdir@ |
| 87 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | 87 | # MinGW CPPFLAGS may use this. |
| 88 | abs_top_srcdir=@abs_top_srcdir@ | ||
| 88 | 89 | ||
| 89 | # ==================== Emacs-specific directories ==================== | 90 | # ==================== Emacs-specific directories ==================== |
| 90 | 91 | ||