summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-08-17 03:53:29 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-08-17 03:53:29 +0200
commit9851e4a5b46ad224c36b3a590f8b5bffbe09ee43 (patch)
tree383ca73404079cc447afbe0dd1d13af791a02c61 /lib-src
parent620f13b0612810324592ab2d2b4e5a5dab27f981 (diff)
downloademacs-9851e4a5b46ad224c36b3a590f8b5bffbe09ee43.tar.gz
* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
* src/makefile.w32-in (C_CTYPE_H): New macro. (LISP_H, $(BLD)/ccl.$(O), $(BLD)/doc.$(O), $(BLD)/w32console.$(O)): ($(BLD)/fontset.$(O), $(BLD)/frame.$(O), $(BLD)/composite.$(O)): ($(BLD)/sysdep.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f3fd3751005..fe90917a70b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-17 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
+
2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
* etags.c (Pascal_functions): Fix parenthesization typo.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index a03d761e7ec..64974b88b6f 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -451,6 +451,7 @@ $(BLD)/profile.$(O) : \
$(BLD)/regex.$(O) : \
$(SRC)/regex.c \
$(SRC)/regex.h \
+ $(NT_INC)/stdbool.h \
$(NT_INC)/unistd.h \
$(CONFIG_H)