diff options
| author | Richard M. Stallman | 1997-08-16 21:44:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-16 21:44:19 +0000 |
| commit | d694acd9fe50a3c462b3e88df8ff5290d55ee81a (patch) | |
| tree | 2aa3ef5b844dc60564ef746806d04618d25855ec /src | |
| parent | 105ef6bf251099563f3e1361430b6e1270db7c91 (diff) | |
| download | emacs-d694acd9fe50a3c462b3e88df8ff5290d55ee81a.tar.gz emacs-d694acd9fe50a3c462b3e88df8ff5290d55ee81a.zip | |
(xselect.o): Fix previous change.
Diffstat (limited to 'src')
| -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 \ | |||
| 1087 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1087 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1088 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1088 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |
| 1089 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1089 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1090 | coding,h $(config_h) | 1090 | coding.h $(config_h) |
| 1091 | xrdb.o: xrdb.c $(config_h) | 1091 | xrdb.o: xrdb.c $(config_h) |
| 1092 | hftctl.o: hftctl.c $(config_h) | 1092 | hftctl.o: hftctl.c $(config_h) |
| 1093 | 1093 | ||