From: Jason Rumney Date: Wed, 13 Jun 2007 21:06:15 +0000 (+0000) Subject: (w32proc.o): Depend on character.h X-Git-Tag: emacs-pretest-23.0.90~8295^2~427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb38fc5170d36c089cbd9d343e0a69805bf3b61a;p=emacs.git (w32proc.o): Depend on character.h --- 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) : \ $(EMACS_ROOT)/nt/inc/langinfo.h \ $(EMACS_ROOT)/nt/inc/nl_types.h \ $(SRC)/config.h \ + $(SRC)/character.h \ $(SRC)/process.h \ $(SRC)/syssignal.h \ $(SRC)/systime.h \