]> git.eshelyaron.com Git - emacs.git/commitdiff
(alloc.o): Depend on charset.h.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Mar 1998 21:49:18 +0000 (21:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 6 Mar 1998 21:49:18 +0000 (21:49 +0000)
src/Makefile.in

index 7e9bf8529ceb74b423be161f797ea4b5e4999fe8..3d06afe7282c53225b5b1a00c3252eb583fe0d30 100644 (file)
@@ -1105,7 +1105,7 @@ hftctl.o: hftctl.c $(config_h)
 /* The files of Lisp proper */
 
 alloc.o: alloc.c frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \
- blockinput.h $(config_h) INTERVAL_SRC
+ blockinput.h charset.h $(config_h) INTERVAL_SRC
 bytecode.o: bytecode.c buffer.h syntax.h $(config_h)
 data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
 eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h)