1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(nt): Link subdirs.el as well.

This commit is contained in:
Eli Zaretskii 2001-09-01 06:58:54 +00:00
parent 9187d0a60a
commit 80b97918d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
* make-dist (nt): Add subdirs.el to the list of distributed files.
2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
* configure.in (machine): Add an entry for

View File

@ -484,7 +484,7 @@ echo "Making links to \`lib-src'"
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)