diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-30 15:34:18 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-30 15:34:18 -0800 |
commit | 16c3e636a68cf74386d3d4d582a3a189b84d700c (patch) | |
tree | 43ef51bef626bf3b4c4d578e8dce0ad9857e98df /src/deps.mk | |
parent | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff) | |
download | emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz |
strftime: import from gnulib
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 98cd7e66fed..7f90688c03b 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -168,7 +168,6 @@ search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ $(INTERVALS_H) \ lisp.h $(config_h) sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h -strftime.o: strftime.c $(config_h) syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |