diff options
| author | Glenn Morris | 2010-05-12 21:15:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-12 21:15:12 -0700 |
| commit | 6192e163410a1ffdcee70652952c7744ba4abd6f (patch) | |
| tree | 75f2dfdeeaa6205efc96516a3260418ae5d0f76e /src/ChangeLog | |
| parent | 4286c48d4b255139761c7d3ec14fc020f3f071b5 (diff) | |
| download | emacs-6192e163410a1ffdcee70652952c7744ba4abd6f.tar.gz emacs-6192e163410a1ffdcee70652952c7744ba4abd6f.zip | |
Remove WINNT_SUPPORT from src/Makefile.in,
* src/Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file
but rather makefile.w32-in.
(lisp): Remove WINNT_SUPPORT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a95c5b06f09..f812146c833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file. | ||
| 4 | (lisp): Remove WINNT_SUPPORT. | ||
| 5 | |||
| 3 | * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]: | 6 | * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]: |
| 4 | Let configure set these variables (to empty) in this case as well. | 7 | Let configure set these variables (to empty) in this case as well. |
| 5 | 8 | ||