aboutsummaryrefslogtreecommitdiffstats
path: root/src/deps.mk
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 20:31:19 -0800
committerPaul Eggert2011-01-08 20:31:19 -0800
commit1e11dbe3d862434ded0d5718f737f1f03f3141be (patch)
tree5bd68a442b08c2306ec4ffef540846ed9d4c2f90 /src/deps.mk
parenta451f14b09368f4b9f96d61ddb2ee69ac048c414 (diff)
downloademacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.tar.gz
emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.zip
Use gnulib's mktime module.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk
index eebf98ec003..eb7dfedd3b6 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -138,7 +138,6 @@ md5.o: md5.c md5.h $(config_h)
138minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ 138minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \
139 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ 139 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \
140 termhooks.h lisp.h $(config_h) coding.h 140 termhooks.h lisp.h $(config_h) coding.h
141mktime.o: mktime.c $(config_h)
142msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 141msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
143 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ 142 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
144 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ 143 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \