diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-31 23:38:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-31 23:38:52 -0700 |
commit | fdb61804921071110fc46f347bb4638d7fe57638 (patch) | |
tree | d4a3fc1e2f8d85033d9efff9508be7b6e0d6d864 /src/deps.mk | |
parent | d1fdcab7425f36a34ddeaf304e2c6e3c471ba8db (diff) | |
download | emacs-fdb61804921071110fc46f347bb4638d7fe57638.tar.gz |
Fix dependencies.
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ 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 \ |