aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-10 20:12:45 +0000
committerRichard M. Stallman1993-11-10 20:12:45 +0000
commit240d5222116448aea048b1115063118245f96428 (patch)
tree0302452eb2293b01e2dc1fea9d4c187c4b2ca1cd /src
parent328c0f1fe5a0afd9ed7bf80630cf121c57012688 (diff)
downloademacs-240d5222116448aea048b1115063118245f96428.tar.gz
emacs-240d5222116448aea048b1115063118245f96428.zip
(intervals.o): Depend on puresize.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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) \
754 754
755/* Text properties support */ 755/* Text properties support */
756textprop.o : textprop.c buffer.h intervals.h $(config_h) 756textprop.o : textprop.c buffer.h intervals.h $(config_h)
757intervals.o : intervals.c buffer.h intervals.h $(config_h) 757intervals.o : intervals.c buffer.h intervals.h puresize.h $(config_h)
758 758
759/* System-specific programs to be made. 759/* System-specific programs to be made.
760 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE 760 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE