diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 98433493475..60a18e5c680 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O)) | ||
| 4 | ($(BLD)/term.$(O)): Update dependencies. | ||
| 5 | |||
| 1 | 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-10-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. | 8 | * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 2ff56fbb8f8..40a075dbf3c 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -735,7 +735,6 @@ $(BLD)/dispnew.$(O) : \ | |||
| 735 | $(SRC)/disptab.h \ | 735 | $(SRC)/disptab.h \ |
| 736 | $(SRC)/indent.h \ | 736 | $(SRC)/indent.h \ |
| 737 | $(SRC)/termchar.h \ | 737 | $(SRC)/termchar.h \ |
| 738 | $(SRC)/termopts.h \ | ||
| 739 | $(NT_INC)/unistd.h \ | 738 | $(NT_INC)/unistd.h \ |
| 740 | $(BUFFER_H) \ | 739 | $(BUFFER_H) \ |
| 741 | $(CHARACTER_H) \ | 740 | $(CHARACTER_H) \ |
| @@ -1015,7 +1014,6 @@ $(BLD)/indent.$(O) : \ | |||
| 1015 | $(SRC)/indent.h \ | 1014 | $(SRC)/indent.h \ |
| 1016 | $(SRC)/region-cache.h \ | 1015 | $(SRC)/region-cache.h \ |
| 1017 | $(SRC)/termchar.h \ | 1016 | $(SRC)/termchar.h \ |
| 1018 | $(SRC)/termopts.h \ | ||
| 1019 | $(BUFFER_H) \ | 1017 | $(BUFFER_H) \ |
| 1020 | $(CHARACTER_H) \ | 1018 | $(CHARACTER_H) \ |
| 1021 | $(CONFIG_H) \ | 1019 | $(CONFIG_H) \ |
| @@ -1412,7 +1410,6 @@ $(BLD)/term.$(O) : \ | |||
| 1412 | $(SRC)/disptab.h \ | 1410 | $(SRC)/disptab.h \ |
| 1413 | $(SRC)/keymap.h \ | 1411 | $(SRC)/keymap.h \ |
| 1414 | $(SRC)/termchar.h \ | 1412 | $(SRC)/termchar.h \ |
| 1415 | $(SRC)/termopts.h \ | ||
| 1416 | $(SRC)/tparam.h \ | 1413 | $(SRC)/tparam.h \ |
| 1417 | $(NT_INC)/sys/file.h \ | 1414 | $(NT_INC)/sys/file.h \ |
| 1418 | $(NT_INC)/sys/time.h \ | 1415 | $(NT_INC)/sys/time.h \ |