diff options
| author | Joakim Verona | 2012-08-19 02:44:11 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-08-19 02:44:11 +0200 |
| commit | 5436d1df5e2ba0b4d4f72b03a1cd09b20403654b (patch) | |
| tree | 532faa27319b3bb199d414dc85e63a58246d30b0 /lib-src | |
| parent | d02344322b0d2fea8dd9ad9dd0a6c70e058f967b (diff) | |
| parent | e757f1c6f393cf82057dbee0a4325b07f0fd55c4 (diff) | |
| download | emacs-5436d1df5e2ba0b4d4f72b03a1cd09b20403654b.tar.gz emacs-5436d1df5e2ba0b4d4f72b03a1cd09b20403654b.zip | |
upstream
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f3fd3751005..fe90917a70b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies. | ||
| 4 | |||
| 1 | 2012-08-15 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-08-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * etags.c (Pascal_functions): Fix parenthesization typo. | 7 | * etags.c (Pascal_functions): Fix parenthesization typo. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index a03d761e7ec..64974b88b6f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -451,6 +451,7 @@ $(BLD)/profile.$(O) : \ | |||
| 451 | $(BLD)/regex.$(O) : \ | 451 | $(BLD)/regex.$(O) : \ |
| 452 | $(SRC)/regex.c \ | 452 | $(SRC)/regex.c \ |
| 453 | $(SRC)/regex.h \ | 453 | $(SRC)/regex.h \ |
| 454 | $(NT_INC)/stdbool.h \ | ||
| 454 | $(NT_INC)/unistd.h \ | 455 | $(NT_INC)/unistd.h \ |
| 455 | $(CONFIG_H) | 456 | $(CONFIG_H) |
| 456 | 457 | ||