aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5c26e33cd42..a4b2448916b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -108,6 +108,8 @@ bitmapdir=@bitmapdir@
108# expected to be in ${srcdir}/src, and the source code for Emacs's 108# expected to be in ${srcdir}/src, and the source code for Emacs's
109# utility programs is expected to be in ${srcdir}/lib-src. This is 109# utility programs is expected to be in ${srcdir}/lib-src. This is
110# set by the configure script's `--srcdir' option. 110# set by the configure script's `--srcdir' option.
111
112# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
111srcdir=@srcdir@ 113srcdir=@srcdir@
112 114
113# Tell make where to find source files; this is needed for the makefiles. 115# Tell make where to find source files; this is needed for the makefiles.