aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii2006-10-09 19:58:14 +0000
committerEli Zaretskii2006-10-09 19:58:14 +0000
commit70846e2ad81362eaee6847e5c874ff1d69f4a61d (patch)
treecea6915d8d19343c60c9a409b41fbfe5632f7938 /lib-src/makefile.w32-in
parent73a99edb21dee36fb8fccb42c138f1eaeaf5cb36 (diff)
downloademacs-70846e2ad81362eaee6847e5c874ff1d69f4a61d.tar.gz
emacs-70846e2ad81362eaee6847e5c874ff1d69f4a61d.zip
(../src/config.h): Fix error message.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
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
324getopt.h: getopt_.h 324getopt.h: getopt_.h