X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ccd80c5525ba298b055e43f83830e9090b9b1887..645ca9cf3730a94481ff52b47d63f20852b15245:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 29e20298da..47cba3f907 100644 --- a/Makefile.in +++ b/Makefile.in @@ -339,7 +339,8 @@ GNULIB_MODULES = \ mktime pthread_sigmask readlink \ socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat GNULIB_TOOL_FLAGS = \ - --avoid=threadlib \ + --avoid=msvc-inval --avoid=msvc-nothrow --avoid=pathmax \ + --avoid=raise --avoid=threadlib \ --conditional-dependencies --import --no-changelog --no-vc-files \ --makefile-name=gnulib.mk sync-from-gnulib: $(gnulib_srcdir) @@ -665,7 +666,7 @@ install-etc: mkdir ### Install LEIM files. Although they are machine-independent, we ### have separate target here instead of including it in ### `install-arch-indep'. People who extracted LEIM files after they -### insalled Emacs itself can install only LEIM files by this target. +### installed Emacs itself can install only LEIM files by this target. install-leim: leim/Makefile mkdir cd leim; $(MAKE) install