From: Juanma Barranquero Date: Sun, 30 Sep 2012 12:27:58 +0000 (+0200) Subject: src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. X-Git-Tag: emacs-24.2.90~244^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=427730ebdec426ceaae9ab04c9b0951ac8bbb923;p=emacs.git src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. --- diff --git a/src/ChangeLog b/src/ChangeLog index 122dbd903fe..1f240b219e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-09-30 Juanma Barranquero + + * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. + 2012-09-30 Chong Yidong * fns.c (Frandom): Doc fix. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 7482211ee0a..3d1464cc742 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -976,10 +976,10 @@ $(BLD)/xml.$(O) : \ $(BLD)/profiler.$(O) : \ $(SRC)/profiler.c \ - $(NT_INC)/sys/time.h \ $(CONFIG_H) \ $(LISP_H) \ - $(SYSSIGNAL_H) + $(SYSSIGNAL_H) \ + $(SYSTIME_H) $(BLD)/image.$(O) : \ $(SRC)/image.c \