diff options
| author | Paul Eggert | 2011-02-08 16:44:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-08 16:44:29 -0800 |
| commit | f9f2e7f5407ab70e295562652dd080b86fb88292 (patch) | |
| tree | 49b8bf7cc6109dc0d025b7cf4fadf7ba98eaf520 /src/ChangeLog | |
| parent | 64df8c10985095b9fe15b622da41cd45de8b9261 (diff) | |
| download | emacs-f9f2e7f5407ab70e295562652dd080b86fb88292.tar.gz emacs-f9f2e7f5407ab70e295562652dd080b86fb88292.zip | |
* src/Makefile.in ($(otherobj)): Depend on globals.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a9cb607793..0caac8d3e65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * Makefile.in ($(otherobj)): Depend on globals.h. | ||
| 4 | Otherwise 'make -j10' failed on my host, because the build lacked | ||
| 5 | necessary dependencies, e.g., vm-limit.o depends on globals.h. | ||
| 6 | |||
| 1 | 2011-02-08 Tom Tromey <tromey@redhat.com> | 7 | 2011-02-08 Tom Tromey <tromey@redhat.com> |
| 2 | 8 | ||
| 3 | * Makefile.in (NS_OBJC_OBJ): New variable. | 9 | * Makefile.in (NS_OBJC_OBJ): New variable. |