1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.

This commit is contained in:
Juanma Barranquero 2012-09-30 14:27:58 +02:00
parent 9ee2ee9f1b
commit 427730ebde
2 changed files with 6 additions and 2 deletions

View 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.

View 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 \