diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-11-01 23:26:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-11-01 23:26:54 +0000 |
commit | f925f11f652577723c1fde7e9c7af9b3cf0a2450 (patch) | |
tree | bbaf9f095a89b5eaa62ec15b3b301d91f6081a1e /src/Makefile.in | |
parent | 65a51481f2b8f2cfb6de4415f2143858a8c105c2 (diff) | |
download | emacs-f925f11f652577723c1fde7e9c7af9b3cf0a2450.tar.gz |
(w16select.o, sound.o): Don't depend on lisp.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0378885529e..92b6a6ddd02 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1124,7 +1124,7 @@ undo.o: undo.c buffer.h commands.h $(config_h) of UNEXEC when substituting it in. */ UNEXEC_ALIAS=UNEXEC $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) -w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \ +w16select.o: w16select.c dispextern.h frame.h blockinput.h \ msdos.h $(config_h) widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ $(srcdir)/../lwlib/lwlib.h $(config_h) @@ -1146,7 +1146,7 @@ xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ coding.h ccl.h buffer.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h hftctl.o: hftctl.c $(config_h) -sound.o: sound.c dispextern.h lisp.h $(config_h) +sound.o: sound.c dispextern.h $(config_h) /* The files of Lisp proper */ |