diff options
| author | Eli Zaretskii | 2006-10-09 19:58:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-10-09 19:58:14 +0000 |
| commit | 70846e2ad81362eaee6847e5c874ff1d69f4a61d (patch) | |
| tree | cea6915d8d19343c60c9a409b41fbfe5632f7938 /lib-src | |
| parent | 73a99edb21dee36fb8fccb42c138f1eaeaf5cb36 (diff) | |
| download | emacs-70846e2ad81362eaee6847e5c874ff1d69f4a61d.tar.gz emacs-70846e2ad81362eaee6847e5c874ff1d69f4a61d.zip | |
(../src/config.h): Fix error message.
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 |