aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5861999f8ce..672b10eb6af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,8 +97,7 @@ manext=.1
97# system, it is inappropriate to imply that it is part of Emacs. 97# system, it is inappropriate to imply that it is part of Emacs.
98infodir=${prefix}/info 98infodir=${prefix}/info
99 99
100# Where to find the source code - setting this to anything but 100# Where to find the source code. The source code for Emacs's C kernel is
101# . doesn't work yet. The source code for Emacs's C kernel is
102# expected to be in ${srcdir}/src, and the source code for Emacs's 101# expected to be in ${srcdir}/src, and the source code for Emacs's
103# utility programs is expected to be in ${srcdir}/lib-src. This is 102# utility programs is expected to be in ${srcdir}/lib-src. This is
104# set by the configure script's `--srcdir' option. 103# set by the configure script's `--srcdir' option.