diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-20 21:45:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-20 21:45:25 +0000 |
commit | c565f6b970b274edf5382cc609c7257aa49afe4d (patch) | |
tree | 1ee4c835ba132809b190a9461db145ab5310ba04 /src/Makefile.in | |
parent | 3f1258d065007acf1653a753be03af7a12169189 (diff) | |
download | emacs-c565f6b970b274edf5382cc609c7257aa49afe4d.tar.gz |
(xsmfns.o): Don't depend on lisp.h.
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 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 \ xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ charset.h coding.h ccl.h buffer.h atimer.h systime.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h -xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h lisp.h termhooks.h +xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h hftctl.o: hftctl.c $(config_h) sound.o: sound.c dispextern.h $(config_h) atimer.o: atimer.c atimer.h systime.h $(config_h) |