From: Kim F. Storm Date: Fri, 21 Mar 2003 13:50:27 +0000 (+0000) Subject: (xdisp.o): Add dependency on keymap.h. X-Git-Tag: ttn-vms-21-2-B4~10824 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57cb6dbe6655d16575d9febfdf3c818d0fdf1588;p=emacs.git (xdisp.o): Add dependency on keymap.h. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 46cc230dc49..d60c7f8a888 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1267,6 +1267,7 @@ $(BLD)/xdisp.$(O) : \ $(SRC)/indent.h \ $(SRC)/intervals.h \ $(SRC)/keyboard.h \ + $(SRC)/keymap.h \ $(SRC)/macros.h \ $(SRC)/process.h \ $(SRC)/region-cache.h \