* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jul 2013 09:32:45 +0000 (02:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jul 2013 09:32:45 +0000 (02:32 -0700)
Reported by Herbert J. Skuhra in
<http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>.

src/ChangeLog
src/deps.mk

index 60e7e37..59fefb2 100644 (file)
@@ -1,5 +1,9 @@
 2013-07-13  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
+       Reported by Herbert J. Skuhra in
+       <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00455.html>.
+
        Don't lose top specpdl entry when memory is exhausted.
        * eval.c (grow_specpdl): Increment specpdl top by 1 and check for
        specpdl overflow here, to simplify callers; all callers changed.
index 8344447..39666dc 100644 (file)
@@ -190,7 +190,7 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
    globals.h $(config_h) composite.h sysselect.h gnutls.h \
    ../lib/allocator.h ../lib/careadlinkat.h \
-   ../lib/unistd.h ../lib/ignore-value.h
+   ../lib/unistd.h
 term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \
    cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
    xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \