aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 23d39a0de66..7a5192ad6bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4
12012-09-26 Paul Eggert <eggert@cs.ucla.edu> 52012-09-26 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * character.h (MAYBE_UNIFY_CHAR): Remove. 7 * character.h (MAYBE_UNIFY_CHAR): Remove.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 6f228ed0bb3..83e101d2c76 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -976,6 +976,7 @@ $(BLD)/xml.$(O) : \
976 976
977$(BLD)/profiler.$(O) : \ 977$(BLD)/profiler.$(O) : \
978 $(SRC)/profiler.c \ 978 $(SRC)/profiler.c \
979 $(NT_INC)/sys/time.h \
979 $(CONFIG_H) \ 980 $(CONFIG_H) \
980 $(LISP_H) 981 $(LISP_H)
981 982