From: Glenn Morris Date: Sat, 6 Oct 2007 01:45:50 +0000 (+0000) Subject: Remove broken end-of-file comment. X-Git-Tag: emacs-pretest-23.0.90~10517 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=303dba99e68566d1334d981c79ad5ba1a83b0ad5;p=emacs.git Remove broken end-of-file comment. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 53577f41cf9..91074d3ccb1 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -462,6 +462,3 @@ 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)\"" - - -### Makefile ends here