1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(update-game-score.o): Delete spurious final `\'.

This commit is contained in:
Richard M. Stallman 2005-12-22 16:18:46 +00:00
parent e0be77f6d8
commit 30cfcf7fb0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-22 Richard M. Stallman <rms@gnu.org>
* Makefile.in (update-game-score.o): Delete spurious final `\'.
2005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
* etags.c (main): Cxref mode writes to stdout: do not close tagf,

View File

@ -465,7 +465,7 @@ update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS)
update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
$(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
-DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
-DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
/* These are NOT included in INSTALLABLES or UTILITIES.
See ../src/Makefile.in. */