diff options
| author | Juanma Barranquero | 2012-09-30 14:27:58 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-30 14:27:58 +0200 |
| commit | 427730ebdec426ceaae9ab04c9b0951ac8bbb923 (patch) | |
| tree | cca2a27e5070cba0a7aeccee5cfe6f3c227c5e69 /src | |
| parent | 9ee2ee9f1b160bcb2efbcdede152005f1bc95d48 (diff) | |
| download | emacs-427730ebdec426ceaae9ab04c9b0951ac8bbb923.tar.gz emacs-427730ebdec426ceaae9ab04c9b0951ac8bbb923.zip | |
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 122dbd903fe..1f240b219e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-09-30 Chong Yidong <cyd@gnu.org> | 5 | 2012-09-30 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * fns.c (Frandom): Doc fix. | 7 | * fns.c (Frandom): Doc fix. |
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) : \ | |||
| 976 | 976 | ||
| 977 | $(BLD)/profiler.$(O) : \ | 977 | $(BLD)/profiler.$(O) : \ |
| 978 | $(SRC)/profiler.c \ | 978 | $(SRC)/profiler.c \ |
| 979 | $(NT_INC)/sys/time.h \ | ||
| 980 | $(CONFIG_H) \ | 979 | $(CONFIG_H) \ |
| 981 | $(LISP_H) \ | 980 | $(LISP_H) \ |
| 982 | $(SYSSIGNAL_H) | 981 | $(SYSSIGNAL_H) \ |
| 982 | $(SYSTIME_H) | ||
| 983 | 983 | ||
| 984 | $(BLD)/image.$(O) : \ | 984 | $(BLD)/image.$(O) : \ |
| 985 | $(SRC)/image.c \ | 985 | $(SRC)/image.c \ |