aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-09 11:53:00 +0200
committerJuanma Barranquero2013-07-09 11:53:00 +0200
commit3c51b96b4a916a54372bbba94b35e8924e356825 (patch)
treed81ea58e230f0a11ac014e6d09ce04f6ccd41b15 /src
parent59eb37e5f5ed23dc322af9a80d78a4923ee39db9 (diff)
downloademacs-3c51b96b4a916a54372bbba94b35e8924e356825.tar.gz
emacs-3c51b96b4a916a54372bbba94b35e8924e356825.zip
src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b152f4a176..024be050b3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-07-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.
4
12013-07-09 Paul Eggert <eggert@cs.ucla.edu> 52013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Handle errno and exit status a bit more carefully. 7 Handle errno and exit status a bit more carefully.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 272b053ed12..f4885580e1c 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -813,7 +813,6 @@ $(BLD)/emacs.$(O) : \
813 $(NT_INC)/sys/file.h \ 813 $(NT_INC)/sys/file.h \
814 $(NT_INC)/unistd.h \ 814 $(NT_INC)/unistd.h \
815 $(GNU_LIB)/close-stream.h \ 815 $(GNU_LIB)/close-stream.h \
816 $(GNU_LIB)/ignore-value.h \
817 $(ATIMER_H) \ 816 $(ATIMER_H) \
818 $(BUFFER_H) \ 817 $(BUFFER_H) \
819 $(CHARACTER_H) \ 818 $(CHARACTER_H) \
@@ -1407,7 +1406,6 @@ $(BLD)/sysdep.$(O) : \
1407 $(NT_INC)/sys/stat.h \ 1406 $(NT_INC)/sys/stat.h \
1408 $(NT_INC)/unistd.h \ 1407 $(NT_INC)/unistd.h \
1409 $(GNU_LIB)/execinfo.h \ 1408 $(GNU_LIB)/execinfo.h \
1410 $(GNU_LIB)/ignore-value.h \
1411 $(GNU_LIB)/utimens.h \ 1409 $(GNU_LIB)/utimens.h \
1412 $(CONFIG_H) \ 1410 $(CONFIG_H) \
1413 $(C_CTYPE_H) \ 1411 $(C_CTYPE_H) \