* make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
Otherwise, 'configure; make' fails on non-Windows builds.
This commit is contained in:
parent
f6f87d33da
commit
bfbe26276d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
|
||||
Otherwise, 'configure; make' fails on non-Windows builds.
|
||||
|
||||
2013-05-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* lib/Makefile.am: If building for MS-Windows, include
|
||||
|
|
|
@ -389,6 +389,7 @@ echo "Making links to \`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 Makefile.in gnulib.mk ../${tempdir}/nt
|
||||
ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt)
|
||||
|
||||
echo "Making links to \`nt/inc' and its subdirectories"
|
||||
|
|
Loading…
Add table
Reference in a new issue