1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

* Makefile.in (srcdir): Remove comment saying this doesn't work.

This commit is contained in:
Jim Blandy 1993-05-25 14:15:52 +00:00
parent 64dacd0167
commit 00c2990984

View file

@ -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.