1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

Remove broken end-of-file comment.

This commit is contained in:
Glenn Morris 2007-10-06 01:45:50 +00:00
parent f258b5254d
commit 303dba99e6

View File

@ -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