diff options
| author | Richard M. Stallman | 2002-07-20 21:45:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-20 21:45:25 +0000 |
| commit | c565f6b970b274edf5382cc609c7257aa49afe4d (patch) | |
| tree | 1ee4c835ba132809b190a9461db145ab5310ba04 | |
| parent | 3f1258d065007acf1653a753be03af7a12169189 (diff) | |
| download | emacs-c565f6b970b274edf5382cc609c7257aa49afe4d.tar.gz emacs-c565f6b970b274edf5382cc609c7257aa49afe4d.zip | |
(xsmfns.o): Don't depend on lisp.h.
| -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 d48501d084f..0fbe5601aad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1150,7 +1150,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | |||
| 1150 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | 1150 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ |
| 1151 | charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) | 1151 | charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) |
| 1152 | xrdb.o: xrdb.c $(config_h) epaths.h | 1152 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1153 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h lisp.h termhooks.h | 1153 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h |
| 1154 | hftctl.o: hftctl.c $(config_h) | 1154 | hftctl.o: hftctl.c $(config_h) |
| 1155 | sound.o: sound.c dispextern.h $(config_h) | 1155 | sound.o: sound.c dispextern.h $(config_h) |
| 1156 | atimer.o: atimer.c atimer.h systime.h $(config_h) | 1156 | atimer.o: atimer.c atimer.h systime.h $(config_h) |