From 431391ec72c1c6ef324201ee00eabaf5399480dc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 5 Jul 2012 14:07:29 +0200 Subject: [PATCH] src/makefile.w32-in: Update dependencies. ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies. --- src/ChangeLog | 5 +++++ src/makefile.w32-in | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 704c0ce78d5..4519ea2dabf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-07-05 Juanma Barranquero + + * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. + ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies. + 2012-07-05 Dmitry Antipov Cleanup xmalloc. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 5bb74adc2f7..021823cf5a4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -707,7 +707,7 @@ $(BLD)/dired.$(O) : \ $(FILEMODE_H) \ $(GRP_H) \ $(LISP_H) \ - $(STAT-TIME_H) \ + $(STAT_TIME_H) \ $(SYSTIME_H) $(BLD)/dispnew.$(O) : \ @@ -821,7 +821,7 @@ $(BLD)/fileio.$(O) : \ $(FRAME_H) \ $(INTERVALS_H) \ $(LISP_H) \ - $(STAT-TIME_H) \ + $(STAT_TIME_H) \ $(SYSTIME_H) \ $(WINDOW_H) @@ -1083,6 +1083,7 @@ $(BLD)/lread.$(O) : \ $(INTERVALS_H) \ $(KEYBOARD_H) \ $(LISP_H) \ + $(STAT_TIME_H) \ $(TERMHOOKS_H) $(BLD)/macros.$(O) : \ @@ -1268,6 +1269,7 @@ $(BLD)/regex.$(O) : \ $(SRC)/category.h \ $(SRC)/regex.h \ $(SRC)/syntax.h \ + $(NT_INC)/unistd.h \ $(BUFFER_H) \ $(CHARACTER_H) \ $(CONFIG_H) \ -- 2.39.2