diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-17 22:21:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-17 22:21:24 -0700 |
commit | bfbe26276d04b1e8aeaec21fea7573ac1135d521 (patch) | |
tree | 1df0eb66ad724ead5a1d278e3c240558445a5010 /make-dist | |
parent | f6f87d33dab8a26270682d494a8ce778b7c1ca15 (diff) |
* make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
Otherwise, 'configure; make' fails on non-Windows builds.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |