diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-25 14:15:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-25 14:15:52 +0000 |
commit | 979259f7c7b961d48a170a112ed05af2dc137569 (patch) | |
tree | 418ebee1b39c8a1746317247ab05a0d6113689ef /Makefile.in | |
parent | c152618b26c8298e67e18e7d6af6d27620da9fc3 (diff) | |
download | emacs-979259f7c7b961d48a170a112ed05af2dc137569.tar.gz |
* Makefile.in (srcdir): Remove comment saying this doesn't work.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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. |