diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 20:31:19 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 20:31:19 -0800 |
commit | 1e11dbe3d862434ded0d5718f737f1f03f3141be (patch) | |
tree | 5bd68a442b08c2306ec4ffef540846ed9d4c2f90 /src/deps.mk | |
parent | a451f14b09368f4b9f96d61ddb2ee69ac048c414 (diff) | |
download | emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.tar.gz |
Use gnulib's mktime module.
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 1 |
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) minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ termhooks.h lisp.h $(config_h) coding.h -mktime.o: mktime.c $(config_h) msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ |