aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-16 21:44:19 +0000
committerRichard M. Stallman1997-08-16 21:44:19 +0000
commitd694acd9fe50a3c462b3e88df8ff5290d55ee81a (patch)
tree2aa3ef5b844dc60564ef746806d04618d25855ec
parent105ef6bf251099563f3e1361430b6e1270db7c91 (diff)
downloademacs-d694acd9fe50a3c462b3e88df8ff5290d55ee81a.tar.gz
emacs-d694acd9fe50a3c462b3e88df8ff5290d55ee81a.zip
(xselect.o): Fix previous change.
-rw-r--r--src/Makefile.in2
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)
1089xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1089xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1090 coding,h $(config_h) 1090 coding.h $(config_h)
1091xrdb.o: xrdb.c $(config_h) 1091xrdb.o: xrdb.c $(config_h)
1092hftctl.o: hftctl.c $(config_h) 1092hftctl.o: hftctl.c $(config_h)
1093 1093