From 427730ebdec426ceaae9ab04c9b0951ac8bbb923 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 30 Sep 2012 14:27:58 +0200 Subject: [PATCH] src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. --- src/ChangeLog | 4 ++++ src/makefile.w32-in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 \ -- 2.11.4.GIT