aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-06-13 21:06:15 +0000
committerJason Rumney2007-06-13 21:06:15 +0000
commitfb38fc5170d36c089cbd9d343e0a69805bf3b61a (patch)
treecf4c7fd9e3ed0abc827b6936bcc6746960d39e5c /src
parentc949d9d00244a76c32b484209adbf27a212b4c61 (diff)
downloademacs-fb38fc5170d36c089cbd9d343e0a69805bf3b61a.tar.gz
emacs-fb38fc5170d36c089cbd9d343e0a69805bf3b61a.zip
(w32proc.o): Depend on character.h
Diffstat (limited to 'src')
-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 c6c8cdde88f..40f921961ac 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1071,6 +1071,7 @@ $(BLD)/w32proc.$(O) : \
1071 $(EMACS_ROOT)/nt/inc/langinfo.h \ 1071 $(EMACS_ROOT)/nt/inc/langinfo.h \
1072 $(EMACS_ROOT)/nt/inc/nl_types.h \ 1072 $(EMACS_ROOT)/nt/inc/nl_types.h \
1073 $(SRC)/config.h \ 1073 $(SRC)/config.h \
1074 $(SRC)/character.h \
1074 $(SRC)/process.h \ 1075 $(SRC)/process.h \
1075 $(SRC)/syssignal.h \ 1076 $(SRC)/syssignal.h \
1076 $(SRC)/systime.h \ 1077 $(SRC)/systime.h \