From: Richard M. Stallman Date: Sat, 16 Aug 1997 21:44:19 +0000 (+0000) Subject: (xselect.o): Fix previous change. X-Git-Tag: emacs-20.1~556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d694acd9fe50a3c462b3e88df8ff5290d55ee81a;p=emacs.git (xselect.o): Fix previous change. --- diff --git a/src/Makefile.in b/src/Makefile.in index 5fa496769bc..a896ba442c1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1087,7 +1087,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ - coding,h $(config_h) + coding.h $(config_h) xrdb.o: xrdb.c $(config_h) hftctl.o: hftctl.c $(config_h)