diff options
| author | Paul Eggert | 2013-05-17 22:21:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-05-17 22:21:24 -0700 |
| commit | bfbe26276d04b1e8aeaec21fea7573ac1135d521 (patch) | |
| tree | 1df0eb66ad724ead5a1d278e3c240558445a5010 | |
| parent | f6f87d33dab8a26270682d494a8ce778b7c1ca15 (diff) | |
| download | emacs-bfbe26276d04b1e8aeaec21fea7573ac1135d521.tar.gz emacs-bfbe26276d04b1e8aeaec21fea7573ac1135d521.zip | |
* make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
Otherwise, 'configure; make' fails on non-Windows builds.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | make-dist | 1 |
2 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-05-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk. | ||
| 4 | Otherwise, 'configure; make' fails on non-Windows builds. | ||
| 5 | |||
| 1 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> | 6 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * lib/Makefile.am: If building for MS-Windows, include | 8 | * lib/Makefile.am: If building for MS-Windows, include |
| @@ -389,6 +389,7 @@ echo "Making links to \`nt'" | |||
| 389 | ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt | 389 | ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt |
| 390 | ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt | 390 | ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt |
| 391 | ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt | 391 | ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt |
| 392 | ln Makefile.in gnulib.mk ../${tempdir}/nt | ||
| 392 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) | 393 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) |
| 393 | 394 | ||
| 394 | echo "Making links to \`nt/inc' and its subdirectories" | 395 | echo "Making links to \`nt/inc' and its subdirectories" |