From: Juanma Barranquero Date: Sat, 29 Sep 2012 17:07:01 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~244^2~38 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e5691a0ecd85ea07c423835085ecfffc0013736;p=emacs.git src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. --- 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 \