]> git.eshelyaron.com Git - emacs.git/commitdiff
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Sep 2012 17:07:01 +0000 (19:07 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Sep 2012 17:07:01 +0000 (19:07 +0200)
src/ChangeLog
src/makefile.w32-in

index 500522a2febd6429cab3da9b7c173020f669ea2b..3400361bf3a42d15234676a43ab8c897fe25c388 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * lisp.h (struct backtrace): Remove indirection for `function' field.
index 83e101d2c7668c445223dc6747c77351fce8f33e..7482211ee0ad4f871fb2f2b1e05bdc9c0b47d6c0 100644 (file)
@@ -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 \