]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Sep 2012 12:27:58 +0000 (14:27 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Sep 2012 12:27:58 +0000 (14:27 +0200)
src/ChangeLog
src/makefile.w32-in

index 122dbd903fe6e96c6e14ab299cf3191e07c5fa38..1f240b219e00b7f88a52adac7cc4d7f8696c9ab9 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-30  Chong Yidong  <cyd@gnu.org>
 
        * fns.c (Frandom): Doc fix.
index 7482211ee0ad4f871fb2f2b1e05bdc9c0b47d6c0..3d1464cc742096c462729d6ad3fa8771ed931041 100644 (file)
@@ -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 \