diff options
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 749735b5a30..b9d32ae7a62 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -106,6 +106,9 @@ infodir=@infodir@ | |||
| 106 | # set by the configure script's `--srcdir' option. | 106 | # set by the configure script's `--srcdir' option. |
| 107 | srcdir=@srcdir@ | 107 | srcdir=@srcdir@ |
| 108 | 108 | ||
| 109 | # Tell make where to find source files; this is needed for the makefiles. | ||
| 110 | VPATH=@srcdir@ | ||
| 111 | |||
| 109 | # ==================== Emacs-specific directories ==================== | 112 | # ==================== Emacs-specific directories ==================== |
| 110 | 113 | ||
| 111 | # These variables hold the values Emacs will actually use. They are | 114 | # These variables hold the values Emacs will actually use. They are |