aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5ba52a37489..14f0c8a51fa 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1241,8 +1241,8 @@ lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1241 charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h 1241 charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h
1242 1242
1243/* Text properties support */ 1243/* Text properties support */
1244composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \ 1244composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \
1245 $(INTERVALS_H) window.h $(config_h) 1245 frame.h termhooks.h $(INTERVALS_H) window.h $(config_h)
1246intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ 1246intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \
1247 keymap.h $(config_h) 1247 keymap.h $(config_h)
1248textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \ 1248textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \