summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-25 14:15:52 +0000
committerJim Blandy <jimb@redhat.com>1993-05-25 14:15:52 +0000
commit979259f7c7b961d48a170a112ed05af2dc137569 (patch)
tree418ebee1b39c8a1746317247ab05a0d6113689ef /Makefile.in
parentc152618b26c8298e67e18e7d6af6d27620da9fc3 (diff)
downloademacs-979259f7c7b961d48a170a112ed05af2dc137569.tar.gz
* Makefile.in (srcdir): Remove comment saying this doesn't work.
Diffstat (limited to 'Makefile.in')
-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
# system, it is inappropriate to imply that it is part of Emacs.
infodir=${prefix}/info
-# Where to find the source code - setting this to anything but
-# . doesn't work yet. The source code for Emacs's C kernel is
+# Where to find the source code. The source code for Emacs's C kernel is
# expected to be in ${srcdir}/src, and the source code for Emacs's
# utility programs is expected to be in ${srcdir}/lib-src. This is
# set by the configure script's `--srcdir' option.