diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-09-29 19:07:01 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-09-29 19:07:01 +0200 |
commit | 8e5691a0ecd85ea07c423835085ecfffc0013736 (patch) | |
tree | f180bdba68089dd10d3fc4eebe35811ea3f5caf4 /src/makefile.w32-in | |
parent | cd155987b5ac2f9d7ce2ba72ba31e5ad8fae2fd2 (diff) | |
download | emacs-8e5691a0ecd85ea07c423835085ecfffc0013736.tar.gz |
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 83e101d2c76..7482211ee0a 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -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 \ |