diff options
| author | Glenn Morris | 2010-05-17 19:49:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-17 19:49:28 -0700 |
| commit | 6665f4c540a79151c29d53c93754a47cae02b489 (patch) | |
| tree | 17237df8a2eb69b3d0039b9d3d115f41a33c4b0b /src/ChangeLog | |
| parent | 40dc6bf44ec6e258dabd6aa3c674f8e65ded64bb (diff) | |
| download | emacs-6665f4c540a79151c29d53c93754a47cae02b489.tar.gz emacs-6665f4c540a79151c29d53c93754a47cae02b489.zip | |
Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.
* configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
(POST_ALLOC_OBJ) [!cygwin]: Set to empty.
* src/Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
$(POST_ALLOC_OBJ).
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 fd0c3e014c9..0a649d56815 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) seperately from | ||
| 4 | $(POST_ALLOC_OBJ). | ||
| 5 | |||
| 3 | * Makefile.in (RALLOC_OBJ): New, set by configure. | 6 | * Makefile.in (RALLOC_OBJ): New, set by configure. |
| 4 | (rallocobj): Replace with the previous variable. | 7 | (rallocobj): Replace with the previous variable. |
| 5 | (otherobj): Use $RALLOC_OBJ. | 8 | (otherobj): Use $RALLOC_OBJ. |