summaryrefslogtreecommitdiff
path: root/src/deps.mk
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2011-05-24 16:22:58 +0800
committerLeo Liu <sdl.web@gmail.com>2011-05-24 16:22:58 +0800
commite1b90ef6eca2e32b99fff7ecf14bd1f074046da8 (patch)
tree8c55d1013121e1905517168deaa0e6dfd6153782 /src/deps.mk
parent4ba4c54add7f291e655fb0a5555f7049a9ed17e9 (diff)
Implement primitive `sha1' and remove sha1.el
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk
index 8d0e0e6958..6c677f0e6c 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -284,7 +284,8 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.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 ../lib/md5.h \
- blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h
+ ../lib/sha1.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 \
blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h \