Mercurial > emacs
changeset 39070:c1607757c868
(nt): Link subdirs.el as well.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Sep 2001 06:57:51 +0000 |
parents | a0e12b5f35d1 |
children | ff8e5016e909 |
files | make-dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sat Sep 01 06:50:12 2001 +0000 +++ b/make-dist Sat Sep 01 06:57:51 2001 +0000 @@ -484,7 +484,7 @@ echo "Making links to \`nt'" (cd nt ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt - ln _emacs nmake.defs gmake.defs ../${tempdir}/nt + ln _emacs nmake.defs gmake.defs subdirs.el ../${tempdir}/nt ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)