diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-06-13 23:37:23 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-06-13 23:37:23 +0200 |
commit | 81755f695c081ac5eb4e7250ebfbe39e5ffd6a11 (patch) | |
tree | 53c6e47b1efddf2dd748ce4e367bc263267b5a67 /src/makefile.w32-in | |
parent | 5a315f9ce965e29d4e8c034c453030d20307be20 (diff) | |
download | emacs-81755f695c081ac5eb4e7250ebfbe39e5ffd6a11.tar.gz |
src/makefile.w32-in ($(BLD)/data.$(O)): Update dependencies.
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 0b88f7cd06b..9c8272f6abb 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -676,6 +676,7 @@ $(BLD)/composite.$(O) : \ $(BLD)/data.$(O) : \ $(SRC)/data.c \ $(SRC)/buffer.h \ + $(SRC)/keymap.h \ $(SRC)/puresize.h \ $(SRC)/syssignal.h \ $(GNU_LIB)/intprops.h \ |