diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-16 21:44:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-16 21:44:19 +0000 |
commit | 9f0871226635032ef69970d23d2c05ef341c6ad5 (patch) | |
tree | e3f97b1c24cd91695c986fd335e4a8afc84a7955 /src/Makefile.in | |
parent | 2521088473eb5f644bff09033cc71ed0b773a407 (diff) | |
download | emacs-9f0871226635032ef69970d23d2c05ef341c6ad5.tar.gz |
(xselect.o): Fix previous change.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |