aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKen Brown2014-04-03 15:10:35 -0400
committerKen Brown2014-04-03 15:10:35 -0400
commitebe8e0765cf469daeda515bab7e3afa6a35fcb43 (patch)
tree6677e7b18ab6433ecf82df66874c15833b8509a8 /src/Makefile.in
parentb54b4b12d498ba451dcbde2de0fffbc2c9afc613 (diff)
downloademacs-ebe8e0765cf469daeda515bab7e3afa6a35fcb43.tar.gz
emacs-ebe8e0765cf469daeda515bab7e3afa6a35fcb43.zip
Don't use manifest on Cygwin. (Bug#17176)
* nt/emacs.rc: Don't use manifest on Cygwin. * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these variables empty on Cygwin. * src/Makefile.in (EMACS_MANIFEST): Update comment.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 388923596c9..7e71d030279 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -259,7 +259,7 @@ W32_LIBS=@W32_LIBS@
259 259
260## emacs.res if HAVE_W32 260## emacs.res if HAVE_W32
261EMACSRES = @EMACSRES@ 261EMACSRES = @EMACSRES@
262## emacs-*.manifest if HAVE_W32 262## emacs-*.manifest if WINDOWSNT
263EMACS_MANIFEST = @EMACS_MANIFEST@ 263EMACS_MANIFEST = @EMACS_MANIFEST@
264## If HAVE_W32, compiler arguments for including 264## If HAVE_W32, compiler arguments for including
265## the resource file in the binary. 265## the resource file in the binary.