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 45fb6d6513e..98e1ed24313 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (../src/config.h): Fix error message. | ||
| 4 | |||
| 1 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * .cvsignore: Add blessmail. | 7 | * .cvsignore: Add blessmail. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 96464e39506..0deb0012f88 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -318,7 +318,7 @@ cleanall: clean | |||
| 318 | # Headers we would preprocess if we could. | 318 | # Headers we would preprocess if we could. |
| 319 | # | 319 | # |
| 320 | ../src/config.h: ../nt/$(CONFIG_H) | 320 | ../src/config.h: ../nt/$(CONFIG_H) |
| 321 | echo config.h has changed. Re-run configure.bat. | 321 | echo $(CONFIG_H) has changed. Re-run configure.bat. |
| 322 | exit -1 | 322 | exit -1 |
| 323 | 323 | ||
| 324 | getopt.h: getopt_.h | 324 | getopt.h: getopt_.h |