diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79424fd7cb1..b4e5fe84879 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-07-26 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-07-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Simplify export of symbols to GDB (Bug#12036). | 7 | Simplify export of symbols to GDB (Bug#12036). |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 0106616f3c9..a2d1c36af64 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -783,6 +783,7 @@ $(BLD)/emacs.$(O) : \ | |||
| 783 | $(SRC)/w32heap.h \ | 783 | $(SRC)/w32heap.h \ |
| 784 | $(NT_INC)/sys/file.h \ | 784 | $(NT_INC)/sys/file.h \ |
| 785 | $(NT_INC)/unistd.h \ | 785 | $(NT_INC)/unistd.h \ |
| 786 | $(GNU_LIB)/verify.h \ | ||
| 786 | $(BLOCKINPUT_H) \ | 787 | $(BLOCKINPUT_H) \ |
| 787 | $(BUFFER_H) \ | 788 | $(BUFFER_H) \ |
| 788 | $(CHARACTER_H) \ | 789 | $(CHARACTER_H) \ |