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 /lib-src/Makefile.in | |
| parent | e0be77f6d88f3cd8226c2897e5019d3897a39d4f (diff) | |
| download | emacs-30cfcf7fb03e5945bbb71ff20092d6b877f9c851.tar.gz emacs-30cfcf7fb03e5945bbb71ff20092d6b877f9c851.zip | |
(update-game-score.o): Delete spurious final `\'.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |