aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index bab6d6cea38..223470d2e3d 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12005-12-22 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (update-game-score.o): Delete spurious final `\'.
4
12005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change) 52005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2 6
3 * etags.c (main): Cxref mode writes to stdout: do not close tagf, 7 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 29fc2ec5374..7f071543965 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -465,7 +465,7 @@ update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS)
465 465
466update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) 466update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
467 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ 467 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
468 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ 468 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
469 469
470/* These are NOT included in INSTALLABLES or UTILITIES. 470/* These are NOT included in INSTALLABLES or UTILITIES.
471 See ../src/Makefile.in. */ 471 See ../src/Makefile.in. */