From: Eli Zaretskii Date: Mon, 9 Oct 2006 19:58:14 +0000 (+0000) Subject: (../src/config.h): Fix error message. X-Git-Tag: emacs-pretest-22.0.90~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70846e2ad81362eaee6847e5c874ff1d69f4a61d;p=emacs.git (../src/config.h): Fix error message. --- 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 @@ +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 96464e39506..0deb0012f88 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