1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

* deps.mk (fns.o): Depend on ../lib/md5.h.

This commit is contained in:
Paul Eggert 2011-02-19 01:51:59 -08:00
parent 5f90be1bb7
commit ff05203ec6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-19 Paul Eggert <eggert@cs.ucla.edu>
* deps.mk (fns.o): Depend on ../lib/md5.h.
2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
* process.c (Fstart_process, Fmake_serial_process)

View File

@ -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 \