aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 13:50:27 +0000
committerKim F. Storm2003-03-21 13:50:27 +0000
commit57cb6dbe6655d16575d9febfdf3c818d0fdf1588 (patch)
tree6f2e18dd7e8721dc87f0f111d883a907ab2e7871
parent31ee2d81f841bf7ab87252510235d6463dfb67be (diff)
downloademacs-57cb6dbe6655d16575d9febfdf3c818d0fdf1588.tar.gz
emacs-57cb6dbe6655d16575d9febfdf3c818d0fdf1588.zip
(xdisp.o): Add dependency on keymap.h.
-rw-r--r--src/makefile.w32-in1
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) : \
1267 $(SRC)/indent.h \ 1267 $(SRC)/indent.h \
1268 $(SRC)/intervals.h \ 1268 $(SRC)/intervals.h \
1269 $(SRC)/keyboard.h \ 1269 $(SRC)/keyboard.h \
1270 $(SRC)/keymap.h \
1270 $(SRC)/macros.h \ 1271 $(SRC)/macros.h \
1271 $(SRC)/process.h \ 1272 $(SRC)/process.h \
1272 $(SRC)/region-cache.h \ 1273 $(SRC)/region-cache.h \