From 50a60e02574f550773feabdaf1a8cede6316c309 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 24 Nov 2012 18:58:28 +0200 Subject: [PATCH] Fix the MS-Windows build broken by absence of the *.manifest files. make-dist (nt): Adjust to changes in names of the *.manifest files. --- ChangeLog | 5 +++++ make-dist | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39f9b31bf5b..caec4db11a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-24 Eli Zaretskii + + * make-dist (nt): Adjust to changes in names of the *.manifest + files. + 2012-11-21 Glenn Morris * configure.ac (--enable-profiling): Doc fix. diff --git a/make-dist b/make-dist index 7a17fa02372..a7f4b74e97e 100755 --- a/make-dist +++ b/make-dist @@ -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" -- 2.39.5