aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-27 00:04:10 +0200
committerJuanma Barranquero2012-09-27 00:04:10 +0200
commit6a586b7fe4088084022789bd0c122a47cd8ff1ac (patch)
tree9918450d8cb112c8a40c3435c3ee1cb54b571711 /src
parent41c8bfcfbe028fc559a7eabc0dfe0c6fcafcb7cf (diff)
downloademacs-6a586b7fe4088084022789bd0c122a47cd8ff1ac.tar.gz
emacs-6a586b7fe4088084022789bd0c122a47cd8ff1ac.zip
Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gnu.org).
* lib-src/makefile.w32-in (obj): Add profiler.o. * src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
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