aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-08-17 03:53:29 +0200
committerJuanma Barranquero2012-08-17 03:53:29 +0200
commit9851e4a5b46ad224c36b3a590f8b5bffbe09ee43 (patch)
tree383ca73404079cc447afbe0dd1d13af791a02c61 /lib-src
parent620f13b0612810324592ab2d2b4e5a5dab27f981 (diff)
downloademacs-9851e4a5b46ad224c36b3a590f8b5bffbe09ee43.tar.gz
emacs-9851e4a5b46ad224c36b3a590f8b5bffbe09ee43.zip
* 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 @@
12012-08-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.
4
12012-08-15 Paul Eggert <eggert@cs.ucla.edu> 52012-08-15 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * etags.c (Pascal_functions): Fix parenthesization typo. 7 * 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) : \
451$(BLD)/regex.$(O) : \ 451$(BLD)/regex.$(O) : \
452 $(SRC)/regex.c \ 452 $(SRC)/regex.c \
453 $(SRC)/regex.h \ 453 $(SRC)/regex.h \
454 $(NT_INC)/stdbool.h \
454 $(NT_INC)/unistd.h \ 455 $(NT_INC)/unistd.h \
455 $(CONFIG_H) 456 $(CONFIG_H)
456 457