summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-07-05 14:07:29 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-07-05 14:07:29 +0200
commit431391ec72c1c6ef324201ee00eabaf5399480dc (patch)
tree1265484b3784e70d1d85bb724add3d225ddc0434 /src
parent957b3189e673ad7a9d2018411bbaf196338e145b (diff)
downloademacs-431391ec72c1c6ef324201ee00eabaf5399480dc.tar.gz
src/makefile.w32-in: Update dependencies.
($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/makefile.w32-in6
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) \