(../src/config.h): Fix error message.
This commit is contained in:
parent
73a99edb21
commit
70846e2ad8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (../src/config.h): Fix error message.
|
||||
|
||||
2006-09-30 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* .cvsignore: Add blessmail.
|
||||
|
|
|
@ -318,7 +318,7 @@ cleanall: clean
|
|||
# Headers we would preprocess if we could.
|
||||
#
|
||||
../src/config.h: ../nt/$(CONFIG_H)
|
||||
echo config.h has changed. Re-run configure.bat.
|
||||
echo $(CONFIG_H) has changed. Re-run configure.bat.
|
||||
exit -1
|
||||
|
||||
getopt.h: getopt_.h
|
||||
|
|
Loading…
Add table
Reference in a new issue