diff options
| author | Paul Eggert | 2011-01-30 15:34:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-30 15:34:18 -0800 |
| commit | 16c3e636a68cf74386d3d4d582a3a189b84d700c (patch) | |
| tree | 43ef51bef626bf3b4c4d578e8dce0ad9857e98df /src/deps.mk | |
| parent | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff) | |
| download | emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.zip | |
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 \ | |||
| 168 | $(INTERVALS_H) \ | 168 | $(INTERVALS_H) \ |
| 169 | lisp.h $(config_h) | 169 | lisp.h $(config_h) |
| 170 | sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h | 170 | sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h |
| 171 | strftime.o: strftime.c $(config_h) | ||
| 172 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | 171 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ |
| 173 | keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) | 172 | keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) |
| 174 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 173 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |