summaryrefslogtreecommitdiff
path: root/src/deps.mk
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-12 22:43:00 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-12 22:43:00 -0800
commitd32df629a23d0e04eb70df9c6e60e821d905c822 (patch)
tree6eca6f59412dc798b055e5dec45188f5e7f3929a /src/deps.mk
parent4248cca2de96a6732a233e9c1d13c6336b215705 (diff)
parent313c1e544ab88d0ca95015b30e23dfbabe36a2ac (diff)
downloademacs-d32df629a23d0e04eb70df9c6e60e821d905c822.tar.gz
Improve quality of tests for time stamp overflow.
Diffstat (limited to 'src/deps.mk')
-rw-r--r--src/deps.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk
index d3a21cfe628..80a5721cf39 100644
--- a/src/deps.mk
+++ b/src/deps.mk
@@ -87,7 +87,8 @@ dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
lisp.h $(config_h)
editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \
- coding.h frame.h blockinput.h atimer.h ../lib/unistd.h ../lib/strftime.h \
+ coding.h frame.h blockinput.h atimer.h \
+ ../lib/intprops.h ../lib/strftime.h ../lib/unistd.h \
lisp.h globals.h $(config_h)
emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \