diff options
| author | Paul Eggert | 2011-02-19 01:51:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-19 01:51:59 -0800 |
| commit | ff05203ec64be4e2148ca607d4f7e04375426916 (patch) | |
| tree | 5305cf521277146f671434c43d3129644ec6b7c4 | |
| parent | 5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb (diff) | |
| download | emacs-ff05203ec64be4e2148ca607d4f7e04375426916.tar.gz emacs-ff05203ec64be4e2148ca607d4f7e04375426916.zip | |
* deps.mk (fns.o): Depend on ../lib/md5.h.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/deps.mk | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc194f2b21a..0ca3ab720ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * deps.mk (fns.o): Depend on ../lib/md5.h. | ||
| 4 | |||
| 1 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * process.c (Fstart_process, Fmake_serial_process) | 7 | * process.c (Fstart_process, Fmake_serial_process) |
diff --git a/src/deps.mk b/src/deps.mk index 92da4dd89b0..5bd4a682bfa 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -282,7 +282,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ | |||
| 282 | msdos.h | 282 | msdos.h |
| 283 | floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) | 283 | floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) |
| 284 | fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ | 284 | fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ |
| 285 | keyboard.h keymap.h window.h $(INTERVALS_H) coding.h \ | 285 | keyboard.h keymap.h window.h $(INTERVALS_H) coding.h ../lib/md5.h \ |
| 286 | blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h | 286 | blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h |
| 287 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | 287 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ |
| 288 | lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ | 288 | lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ |