From 8e5691a0ecd85ea07c423835085ecfffc0013736 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 29 Sep 2012 19:07:01 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 500522a2feb..3400361bf3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-29 Juanma Barranquero + + * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. + 2012-09-29 Stefan Monnier * 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) : \ $(SRC)/profiler.c \ $(NT_INC)/sys/time.h \ $(CONFIG_H) \ - $(LISP_H) + $(LISP_H) \ + $(SYSSIGNAL_H) $(BLD)/image.$(O) : \ $(SRC)/image.c \ -- 2.39.2