(update-game-score.o): Delete spurious final `\'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Dec 2005 16:18:46 +0000 (16:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Dec 2005 16:18:46 +0000 (16:18 +0000)
lib-src/ChangeLog
lib-src/Makefile.in

index bab6d6c..223470d 100644 (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,
index 29fc2ec..7f07154 100644 (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.  */