diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-10 20:12:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-10 20:12:45 +0000 |
commit | 240d5222116448aea048b1115063118245f96428 (patch) | |
tree | 0302452eb2293b01e2dc1fea9d4c187c4b2ca1cd /src/Makefile.in | |
parent | 328c0f1fe5a0afd9ed7bf80630cf121c57012688 (diff) | |
download | emacs-240d5222116448aea048b1115063118245f96428.tar.gz |
(intervals.o): Depend on puresize.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index fa160e90e45..032b5da2a38 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -754,7 +754,7 @@ lread.o : lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ /* Text properties support */ textprop.o : textprop.c buffer.h intervals.h $(config_h) -intervals.o : intervals.c buffer.h intervals.h $(config_h) +intervals.o : intervals.c buffer.h intervals.h puresize.h $(config_h) /* System-specific programs to be made. OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE |