diff options
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 | ||