diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4dc648b410b..1e543346707 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (MS_W32_H): Update for new ms-w32.h location. | ||
| 4 | |||
| 1 | 2012-08-01 Glenn Morris <rgm@gnu.org> | 5 | 2012-08-01 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (config_h): New variable. | 7 | * Makefile.in (config_h): New variable. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 8c9482b9194..26605b8ba4e 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -360,7 +360,7 @@ SRC = $(EMACS_ROOT)/src | |||
| 360 | NT_INC = $(EMACS_ROOT)/nt/inc | 360 | NT_INC = $(EMACS_ROOT)/nt/inc |
| 361 | GNU_LIB = $(EMACS_ROOT)/lib | 361 | GNU_LIB = $(EMACS_ROOT)/lib |
| 362 | 362 | ||
| 363 | MS_W32_H = $(SRC)/s/ms-w32.h \ | 363 | MS_W32_H = $(NT_INC)/ms-w32.h \ |
| 364 | $(NT_INC)/sys/stat.h | 364 | $(NT_INC)/sys/stat.h |
| 365 | CONF_POST_H = $(SRC)/conf_post.h \ | 365 | CONF_POST_H = $(SRC)/conf_post.h \ |
| 366 | $(MS_W32_H) | 366 | $(MS_W32_H) |