aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-29 19:07:01 +0200
committerJuanma Barranquero2012-09-29 19:07:01 +0200
commit8e5691a0ecd85ea07c423835085ecfffc0013736 (patch)
treef180bdba68089dd10d3fc4eebe35811ea3f5caf4 /src
parentcd155987b5ac2f9d7ce2ba72ba31e5ad8fae2fd2 (diff)
downloademacs-8e5691a0ecd85ea07c423835085ecfffc0013736.tar.gz
emacs-8e5691a0ecd85ea07c423835085ecfffc0013736.zip
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 500522a2feb..3400361bf3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
4
12012-09-29 Stefan Monnier <monnier@iro.umontreal.ca> 52012-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * lisp.h (struct backtrace): Remove indirection for `function' field. 7 * lisp.h (struct backtrace): Remove indirection for `function' field.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 83e101d2c76..7482211ee0a 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -978,7 +978,8 @@ $(BLD)/profiler.$(O) : \
978 $(SRC)/profiler.c \ 978 $(SRC)/profiler.c \
979 $(NT_INC)/sys/time.h \ 979 $(NT_INC)/sys/time.h \
980 $(CONFIG_H) \ 980 $(CONFIG_H) \
981 $(LISP_H) 981 $(LISP_H) \
982 $(SYSSIGNAL_H)
982 983
983$(BLD)/image.$(O) : \ 984$(BLD)/image.$(O) : \
984 $(SRC)/image.c \ 985 $(SRC)/image.c \