diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-11-24 18:58:28 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-11-24 18:58:28 +0200 |
commit | 50a60e02574f550773feabdaf1a8cede6316c309 (patch) | |
tree | de2e4ec4c4eb499876a7037e6ce3d76e1efd8c74 /make-dist | |
parent | ea0d348b1c4aca50783f6a931e35292f1c96e60b (diff) |
Fix the MS-Windows build broken by absence of the *.manifest files.
make-dist (nt): Adjust to changes in names of the *.manifest files.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -381,9 +381,9 @@ echo "Making links to \`m4'" echo "Making links to \`nt'" (cd nt - ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt - ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt - ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt + ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt + ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt + ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) echo "Making links to \`nt/inc' and its subdirectories" |