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 c7de1948a2f..d508ccf68c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2010-07-17 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-07-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660). | 7 | * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660). |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e8d08727915..c938ae752bf 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -965,6 +965,7 @@ $(BLD)/keyboard.$(O) : \ | |||
| 965 | $(SRC)/keyboard.h \ | 965 | $(SRC)/keyboard.h \ |
| 966 | $(SRC)/keymap.h \ | 966 | $(SRC)/keymap.h \ |
| 967 | $(SRC)/macros.h \ | 967 | $(SRC)/macros.h \ |
| 968 | $(SRC)/process.h \ | ||
| 968 | $(SRC)/puresize.h \ | 969 | $(SRC)/puresize.h \ |
| 969 | $(SRC)/syntax.h \ | 970 | $(SRC)/syntax.h \ |
| 970 | $(SRC)/syssignal.h \ | 971 | $(SRC)/syssignal.h \ |