summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-09-30 14:27:58 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-09-30 14:27:58 +0200
commit427730ebdec426ceaae9ab04c9b0951ac8bbb923 (patch)
treecca2a27e5070cba0a7aeccee5cfe6f3c227c5e69 /src/makefile.w32-in
parent9ee2ee9f1b160bcb2efbcdede152005f1bc95d48 (diff)
downloademacs-427730ebdec426ceaae9ab04c9b0951ac8bbb923.tar.gz
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
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 \