diff options
| author | Glenn Morris | 2010-04-28 00:20:39 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-28 00:20:39 -0700 |
| commit | c40f944923911b5d7c8f26814a97e2802d4e047c (patch) | |
| tree | c6e352aeeecfb5878edbe7307e9d7e88e847b168 /src/ChangeLog | |
| parent | 658f86ca324cf730f343a6d87597df639282b53b (diff) | |
| download | emacs-c40f944923911b5d7c8f26814a97e2802d4e047c.tar.gz emacs-c40f944923911b5d7c8f26814a97e2802d4e047c.zip | |
Define CYGWIN_OBJ with configure, not cpp.
* configure.in (CYGWIN_OBJ): New output variable.
* src/Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c974495a2f..d8c927b89e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-28 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-28 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp. | ||
| 4 | |||
| 3 | * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure. | 5 | * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure. |
| 4 | (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT. | 6 | (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT. |
| 5 | 7 | ||