diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:50:27 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:50:27 +0000 |
commit | 57cb6dbe6655d16575d9febfdf3c818d0fdf1588 (patch) | |
tree | 6f2e18dd7e8721dc87f0f111d883a907ab2e7871 /src/makefile.w32-in | |
parent | 31ee2d81f841bf7ab87252510235d6463dfb67be (diff) | |
download | emacs-57cb6dbe6655d16575d9febfdf3c818d0fdf1588.tar.gz |
(xdisp.o): Add dependency on keymap.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |