diff options
| author | Paul Eggert | 2011-03-31 23:38:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-31 23:38:52 -0700 |
| commit | fdb61804921071110fc46f347bb4638d7fe57638 (patch) | |
| tree | d4a3fc1e2f8d85033d9efff9508be7b6e0d6d864 /src | |
| parent | d1fdcab7425f36a34ddeaf304e2c6e3c471ba8db (diff) | |
| download | emacs-fdb61804921071110fc46f347bb4638d7fe57638.tar.gz emacs-fdb61804921071110fc46f347bb4638d7fe57638.zip | |
Fix dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/deps.mk | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5649c8819d3..b141577e4e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | * sysdep.c: Include allocator.h, careadlinkat.h. | 9 | * sysdep.c: Include allocator.h, careadlinkat.h. |
| 10 | (emacs_no_realloc_allocator): New static constant. | 10 | (emacs_no_realloc_allocator): New static constant. |
| 11 | (emacs_readlink): New function. | 11 | (emacs_readlink): New function. |
| 12 | * deps.mk (sysdep.o): Depend on ../lib/allocator.h and on | ||
| 13 | ../lib/careadlinkat.h. | ||
| 12 | 14 | ||
| 13 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> | 15 | 2011-03-31 Juanma Barranquero <lekktu@gmail.com> |
| 14 | 16 | ||
diff --git a/src/deps.mk b/src/deps.mk index d84e80dca44..be5d3694fca 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 \ | |||
| 187 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ | 187 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ |
| 188 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ | 188 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ |
| 189 | globals.h $(config_h) composite.h sysselect.h gnutls.h \ | 189 | globals.h $(config_h) composite.h sysselect.h gnutls.h \ |
| 190 | ../lib/allocator.h ../lib/careadlinkat.h \ | ||
| 190 | ../lib/unistd.h ../lib/ignore-value.h | 191 | ../lib/unistd.h ../lib/ignore-value.h |
| 191 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ | 192 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ |
| 192 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | 193 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ |