diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-19 01:51:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-02-19 01:51:59 -0800 |
commit | ff05203ec64be4e2148ca607d4f7e04375426916 (patch) | |
tree | 5305cf521277146f671434c43d3129644ec6b7c4 /src/deps.mk | |
parent | 5f90be1bb73a4cb8c277476f2c9c9f59f0074bbb (diff) | |
download | emacs-ff05203ec64be4e2148ca607d4f7e04375426916.tar.gz |
* deps.mk (fns.o): Depend on ../lib/md5.h.
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ msdos.h floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ - keyboard.h keymap.h window.h $(INTERVALS_H) coding.h \ + keyboard.h keymap.h window.h $(INTERVALS_H) coding.h ../lib/md5.h \ blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ |