Fix dependencies.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Apr 2011 06:38:52 +0000 (23:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Apr 2011 06:38:52 +0000 (23:38 -0700)
src/ChangeLog
src/deps.mk

index 5649c88..b141577 100644 (file)
@@ -9,6 +9,8 @@
        * sysdep.c: Include allocator.h, careadlinkat.h.
        (emacs_no_realloc_allocator): New static constant.
        (emacs_readlink): New function.
+       * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on
+       ../lib/careadlinkat.h.
 
 2011-03-31  Juanma Barranquero  <lekktu@gmail.com>
 
index d84e80d..be5d369 100644 (file)
@@ -187,6 +187,7 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
    process.h dispextern.h termhooks.h termchar.h termopts.h coding.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
 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 \