X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5009803bda518652cc6f4b9fba02c0aed185c2a3..0877d0dc24ee792b9b14592869ea1aa0934aee58:/src/deps.mk diff --git a/src/deps.mk b/src/deps.mk index 080144ae1e..47185c9262 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -1,7 +1,7 @@ ### deps.mk --- src/Makefile fragment for GNU Emacs -## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2011 -## Free Software Foundation, Inc. +## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2013 Free Software +## Foundation, Inc. ## This file is part of GNU Emacs. @@ -39,7 +39,7 @@ atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ globals.h ../lib/unistd.h $(config_h) bidi.o: bidi.c buffer.h character.h dispextern.h msdos.h lisp.h \ - biditype.h bidimirror.h globals.h $(config_h) + globals.h $(config_h) buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ $(INTERVALS_H) blockinput.h atimer.h systime.h character.h ../lib/unistd.h \ indent.h keyboard.h coding.h keymap.h frame.h lisp.h globals.h $(config_h) @@ -128,6 +128,7 @@ image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) \ termchar.h termopts.h disptab.h region-cache.h character.h category.h \ keyboard.h systime.h coding.h $(INTERVALS_H) globals.h +inotify.o: inotify.c lisp.h coding.h process.h keyboard.h frame.h termhooks.h insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ atimer.h systime.h region-cache.h lisp.h globals.h $(config_h) keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \