diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/makefile.w32-in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d09c4a1394c..a8ef551d885 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (tags): Rename target to full-tags. | ||
| 4 | |||
| 1 | 2010-10-02 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.c (main): Remove !WINDOWSNT conditional. | 7 | * emacs.c (main): Remove !WINDOWSNT conditional. |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index daa6ed52198..d4a7f47053e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -335,8 +335,8 @@ nt-TAGS-nmake: | |||
| 335 | echo This target is not supported with NMake | 335 | echo This target is not supported with NMake |
| 336 | exit -1 | 336 | exit -1 |
| 337 | 337 | ||
| 338 | tags: TAGS TAGS-LISP ../nt/TAGS | 338 | full-tags: TAGS TAGS-LISP ../nt/TAGS |
| 339 | .PHONY: tags | 339 | .PHONY: full-tags |
| 340 | 340 | ||
| 341 | ### DEPENDENCIES ### | 341 | ### DEPENDENCIES ### |
| 342 | 342 | ||