diff options
| author | Paul Eggert | 2011-01-08 20:31:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 20:31:19 -0800 |
| commit | 1e11dbe3d862434ded0d5718f737f1f03f3141be (patch) | |
| tree | 5bd68a442b08c2306ec4ffef540846ed9d4c2f90 /src/deps.mk | |
| parent | a451f14b09368f4b9f96d61ddb2ee69ac048c414 (diff) | |
| download | emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.tar.gz emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.zip | |
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) | |||
| 138 | minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ | 138 | minibuf.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 |
| 141 | mktime.o: mktime.c $(config_h) | ||
| 142 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 141 | msdos.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 \ |