aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-08 16:44:29 -0800
committerPaul Eggert2011-02-08 16:44:29 -0800
commitf9f2e7f5407ab70e295562652dd080b86fb88292 (patch)
tree49b8bf7cc6109dc0d025b7cf4fadf7ba98eaf520 /src/ChangeLog
parent64df8c10985095b9fe15b622da41cd45de8b9261 (diff)
downloademacs-f9f2e7f5407ab70e295562652dd080b86fb88292.tar.gz
emacs-f9f2e7f5407ab70e295562652dd080b86fb88292.zip
* src/Makefile.in ($(otherobj)): Depend on globals.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
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 @@
12011-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
12011-02-08 Tom Tromey <tromey@redhat.com> 72011-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.