diff options
| author | Ken Brown | 2014-04-09 17:16:37 -0400 |
|---|---|---|
| committer | Ken Brown | 2014-04-09 17:16:37 -0400 |
| commit | 0cccc183d7530d342e7970f4544cdf70e3327cb6 (patch) | |
| tree | 53838100f6169119fb7d3c7edcea5826f9a1e6c5 /src/Makefile.in | |
| parent | 50c9a9b8a871ce281b43a196bd912f3d2fdda5fa (diff) | |
| download | emacs-0cccc183d7530d342e7970f4544cdf70e3327cb6.tar.gz emacs-0cccc183d7530d342e7970f4544cdf70e3327cb6.zip | |
Revert most of the recent change involving manifests on Cygwin. (Bug#17176)
* configure.ac (EMACS_MANIFEST): Revert last change (but leave
UPDATE_MANIFEST empty).
* nt/emacs.rc: Revert last change.
* src/Makefile.in (EMACS_MANIFEST): Revert last change.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7e71d030279..388923596c9 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 |
| 261 | EMACSRES = @EMACSRES@ | 261 | EMACSRES = @EMACSRES@ |
| 262 | ## emacs-*.manifest if WINDOWSNT | 262 | ## emacs-*.manifest if HAVE_W32 |
| 263 | EMACS_MANIFEST = @EMACS_MANIFEST@ | 263 | EMACS_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. |