]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 bab6d6cea38a91fee52c861eb79e6d82ad714eeb..223470d2e3d337e36657cc7175363467b8017199 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 29fc2ec53746f8724abfcdb7a9ff82f95fc1d4bd..7f07154396511c4f4463d006dd6f4de50b661c50 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.  */