aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 45fb6d6513e..e78d3fefa48 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12006-10-09 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (../src/config.h): Fix error message.
4
12006-09-30 Eli Zaretskii <eliz@gnu.org> 52006-09-30 Eli Zaretskii <eliz@gnu.org>
2 6
3 * .cvsignore: Add blessmail. 7 * .cvsignore: Add blessmail.
@@ -19,7 +23,7 @@
19 23
202006-08-07 Masatake YAMATO <jet@gyve.org> 242006-08-07 Masatake YAMATO <jet@gyve.org>
21 25
22 * etags.c (TEX_mode): Check getc retruns EOF. 26 * etags.c (TEX_mode): Check getc returns EOF.
23 File ended without newline causes infinite loop. 27 File ended without newline causes infinite loop.
24 28
252002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) 292002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 564487a5858..5ac6555f46d 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -308,7 +308,7 @@ cleanall: clean
308# Headers we would preprocess if we could. 308# Headers we would preprocess if we could.
309# 309#
310../src/config.h: ../nt/$(CONFIG_H) 310../src/config.h: ../nt/$(CONFIG_H)
311 echo config.h has changed. Re-run configure.bat. 311 echo $(CONFIG_H) has changed. Re-run configure.bat.
312 exit -1 312 exit -1
313 313
314getopt.h: getopt_.h 314getopt.h: getopt_.h