From: Paul Eggert Date: Fri, 1 Apr 2011 06:38:52 +0000 (-0700) Subject: Fix dependencies. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~394^2~76 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/fdb61804921071110fc46f347bb4638d7fe57638 Fix dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5649c8819d..b141577e4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/deps.mk b/src/deps.mk index d84e80dca4..be5d3694fc 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -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 \