diff options
| author | Richard M. Stallman | 2005-12-22 16:18:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-22 16:18:46 +0000 |
| commit | 30cfcf7fb03e5945bbb71ff20092d6b877f9c851 (patch) | |
| tree | 27ce2deda5ac6518c83386a79f9a14b6536db87f | |
| parent | e0be77f6d88f3cd8226c2897e5019d3897a39d4f (diff) | |
| download | emacs-30cfcf7fb03e5945bbb71ff20092d6b877f9c851.tar.gz emacs-30cfcf7fb03e5945bbb71ff20092d6b877f9c851.zip | |
(update-game-score.o): Delete spurious final `\'.
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 2 |
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 @@ | |||
| 1 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (update-game-score.o): Delete spurious final `\'. | ||
| 4 | |||
| 1 | 2005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change) | 5 | 2005-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 | ||
| 466 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) | 466 | update-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. */ |