diff options
| author | Richard M. Stallman | 1993-11-10 20:12:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-10 20:12:45 +0000 |
| commit | 240d5222116448aea048b1115063118245f96428 (patch) | |
| tree | 0302452eb2293b01e2dc1fea9d4c187c4b2ca1cd /src | |
| parent | 328c0f1fe5a0afd9ed7bf80630cf121c57012688 (diff) | |
| download | emacs-240d5222116448aea048b1115063118245f96428.tar.gz emacs-240d5222116448aea048b1115063118245f96428.zip | |
(intervals.o): Depend on puresize.h.
Diffstat (limited to 'src')
| -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) \ | |||
| 754 | 754 | ||
| 755 | /* Text properties support */ | 755 | /* Text properties support */ |
| 756 | textprop.o : textprop.c buffer.h intervals.h $(config_h) | 756 | textprop.o : textprop.c buffer.h intervals.h $(config_h) |
| 757 | intervals.o : intervals.c buffer.h intervals.h $(config_h) | 757 | intervals.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 |