diff options
| author | Juanma Barranquero | 2012-07-05 14:07:29 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-05 14:07:29 +0200 |
| commit | 431391ec72c1c6ef324201ee00eabaf5399480dc (patch) | |
| tree | 1265484b3784e70d1d85bb724add3d225ddc0434 /src | |
| parent | 957b3189e673ad7a9d2018411bbaf196338e145b (diff) | |
| download | emacs-431391ec72c1c6ef324201ee00eabaf5399480dc.tar.gz emacs-431391ec72c1c6ef324201ee00eabaf5399480dc.zip | |
src/makefile.w32-in: Update dependencies.
($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo.
($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/makefile.w32-in | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 704c0ce78d5..4519ea2dabf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/dired.$(O), $(BLD)/fileio.$(O)): Fix typo. | ||
| 4 | ($(BLD)/terminal.$(O), $(BLD)/syntax.$(O)): Update dependencies. | ||
| 5 | |||
| 1 | 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Cleanup xmalloc. | 8 | Cleanup xmalloc. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 5bb74adc2f7..021823cf5a4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -707,7 +707,7 @@ $(BLD)/dired.$(O) : \ | |||
| 707 | $(FILEMODE_H) \ | 707 | $(FILEMODE_H) \ |
| 708 | $(GRP_H) \ | 708 | $(GRP_H) \ |
| 709 | $(LISP_H) \ | 709 | $(LISP_H) \ |
| 710 | $(STAT-TIME_H) \ | 710 | $(STAT_TIME_H) \ |
| 711 | $(SYSTIME_H) | 711 | $(SYSTIME_H) |
| 712 | 712 | ||
| 713 | $(BLD)/dispnew.$(O) : \ | 713 | $(BLD)/dispnew.$(O) : \ |
| @@ -821,7 +821,7 @@ $(BLD)/fileio.$(O) : \ | |||
| 821 | $(FRAME_H) \ | 821 | $(FRAME_H) \ |
| 822 | $(INTERVALS_H) \ | 822 | $(INTERVALS_H) \ |
| 823 | $(LISP_H) \ | 823 | $(LISP_H) \ |
| 824 | $(STAT-TIME_H) \ | 824 | $(STAT_TIME_H) \ |
| 825 | $(SYSTIME_H) \ | 825 | $(SYSTIME_H) \ |
| 826 | $(WINDOW_H) | 826 | $(WINDOW_H) |
| 827 | 827 | ||
| @@ -1083,6 +1083,7 @@ $(BLD)/lread.$(O) : \ | |||
| 1083 | $(INTERVALS_H) \ | 1083 | $(INTERVALS_H) \ |
| 1084 | $(KEYBOARD_H) \ | 1084 | $(KEYBOARD_H) \ |
| 1085 | $(LISP_H) \ | 1085 | $(LISP_H) \ |
| 1086 | $(STAT_TIME_H) \ | ||
| 1086 | $(TERMHOOKS_H) | 1087 | $(TERMHOOKS_H) |
| 1087 | 1088 | ||
| 1088 | $(BLD)/macros.$(O) : \ | 1089 | $(BLD)/macros.$(O) : \ |
| @@ -1268,6 +1269,7 @@ $(BLD)/regex.$(O) : \ | |||
| 1268 | $(SRC)/category.h \ | 1269 | $(SRC)/category.h \ |
| 1269 | $(SRC)/regex.h \ | 1270 | $(SRC)/regex.h \ |
| 1270 | $(SRC)/syntax.h \ | 1271 | $(SRC)/syntax.h \ |
| 1272 | $(NT_INC)/unistd.h \ | ||
| 1271 | $(BUFFER_H) \ | 1273 | $(BUFFER_H) \ |
| 1272 | $(CHARACTER_H) \ | 1274 | $(CHARACTER_H) \ |
| 1273 | $(CONFIG_H) \ | 1275 | $(CONFIG_H) \ |