From 70846e2ad81362eaee6847e5c874ff1d69f4a61d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 9 Oct 2006 19:58:14 +0000 Subject: [PATCH] (../src/config.h): Fix error message. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 45fb6d6513..98e1ed2431 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2006-10-09 Eli Zaretskii + + * makefile.w32-in (../src/config.h): Fix error message. + 2006-09-30 Eli Zaretskii * .cvsignore: Add blessmail. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 96464e3950..0deb0012f8 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -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 -- 2.20.1