aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in4
2 files changed, 8 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2d2bb06cd6f..c5d6ed6eaf0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12012-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (CONFIG_H): Update dependencies.
4 (CONF_POST_H): New macro.
5
12012-07-30 Paul Eggert <eggert@cs.ucla.edu> 62012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Update .PHONY listings in makefiles. 8 Update .PHONY listings in makefiles.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 65e2f7cae25..8c9482b9194 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -362,8 +362,10 @@ GNU_LIB = $(EMACS_ROOT)/lib
362 362
363MS_W32_H = $(SRC)/s/ms-w32.h \ 363MS_W32_H = $(SRC)/s/ms-w32.h \
364 $(NT_INC)/sys/stat.h 364 $(NT_INC)/sys/stat.h
365CONFIG_H = $(SRC)/config.h \ 365CONF_POST_H = $(SRC)/conf_post.h \
366 $(MS_W32_H) 366 $(MS_W32_H)
367CONFIG_H = $(SRC)/config.h \
368 $(CONF_POST_H)
367INTTYPES_H = $(NT_INC)/inttypes.h \ 369INTTYPES_H = $(NT_INC)/inttypes.h \
368 $(NT_INC)/stdint.h 370 $(NT_INC)/stdint.h
369NTLIB_H = $(LIB_SRC)/ntlib.h \ 371NTLIB_H = $(LIB_SRC)/ntlib.h \