comparison src/Makefile.in @ 4963:6648ce61e9fd

(intervals.o): Depend on puresize.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Nov 1993 20:12:45 +0000
parents 9c7b28c16e94
children 1c9c9a87f8b6
comparison
equal deleted inserted replaced
4962:99edf052bfa0 4963:6648ce61e9fd
752 lread.o : lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ 752 lread.o : lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
753 termhooks.h 753 termhooks.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
761 select which of these should be compiled. */ 761 select which of these should be compiled. */
762 762