diff options
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 <lekktu@gmail.com> + + * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. + ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies. + 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> 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) \ |
