From: Richard M. Stallman Date: Fri, 6 Mar 1998 21:49:18 +0000 (+0000) Subject: (alloc.o): Depend on charset.h. X-Git-Tag: emacs-20.3~1991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=846f93fd7dc8527bdaeb549298f42aecaf14038a;p=emacs.git (alloc.o): Depend on charset.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 7e9bf8529ce..3d06afe7282 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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)