aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
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.
107srcdir=@srcdir@ 107srcdir=@srcdir@
108 108
109# Tell make where to find source files; this is needed for the makefiles.
110VPATH=@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