diff options
| author | Karoly Lorentey | 2005-09-12 06:49:54 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-12 06:49:54 +0000 |
| commit | 262b162ac70eb07d3b9a591acc9d5a6c8ff90177 (patch) | |
| tree | 2f596b520600ed0d426685a63517ad3a5f2ab814 /lib-src | |
| parent | 3fb8e5d73e6969a67b258a55f19cc4f4d89da639 (diff) | |
| parent | df1b21421be7370610e8a56e665683619f9df87b (diff) | |
| download | emacs-262b162ac70eb07d3b9a591acc9d5a6c8ff90177.tar.gz emacs-262b162ac70eb07d3b9a591acc9d5a6c8ff90177.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-541
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-542
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-115
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-419
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5767b49aaed..4cf0da4b644 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-09-11 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (../src/config.h): Don't overwrite. Print a | ||
| 4 | message instead. | ||
| 5 | (../src/paths.h): Removed. | ||
| 6 | |||
| 1 | 2005-07-27 Juanma Barranquero <lekktu@gmail.com> | 7 | 2005-07-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * .cvsignore: Don't ignore fns-* and fns.el, which are no longer | 9 | * .cvsignore: Don't ignore fns-* and fns.el, which are no longer |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index bfda0f25d5f..a1a96098bd8 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -300,9 +300,9 @@ cleanall: clean | |||
| 300 | # Headers we would preprocess if we could. | 300 | # Headers we would preprocess if we could. |
| 301 | # | 301 | # |
| 302 | ../src/config.h: ../nt/$(CONFIG_H) | 302 | ../src/config.h: ../nt/$(CONFIG_H) |
| 303 | $(CP) $(ALL_DEPS) $@ | 303 | echo config.h has changed. Re-run configure.bat. |
| 304 | ../src/paths.h: ../nt/paths.h | 304 | exit -1 |
| 305 | $(CP) $(ALL_DEPS) $@ | 305 | |
| 306 | getopt.h: getopt_.h | 306 | getopt.h: getopt_.h |
| 307 | $(CP) $(ALL_DEPS) $@ | 307 | $(CP) $(ALL_DEPS) $@ |
| 308 | 308 | ||