diff options
| author | Jason Rumney | 2007-06-13 21:06:15 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-06-13 21:06:15 +0000 |
| commit | fb38fc5170d36c089cbd9d343e0a69805bf3b61a (patch) | |
| tree | cf4c7fd9e3ed0abc827b6936bcc6746960d39e5c /src | |
| parent | c949d9d00244a76c32b484209adbf27a212b4c61 (diff) | |
| download | emacs-fb38fc5170d36c089cbd9d343e0a69805bf3b61a.tar.gz emacs-fb38fc5170d36c089cbd9d343e0a69805bf3b61a.zip | |
(w32proc.o): Depend on character.h
Diffstat (limited to 'src')
| -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 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 \ |