Mercurial > emacs
comparison lib-src/Makefile.in @ 67739:9a6debd2ab11
(update-game-score.o): Delete spurious final `\'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 22 Dec 2005 16:18:39 +0000 |
parents | a11113bfd76c |
children | 3661e9b3c48f 7beb78bc1f8e |
comparison
equal
deleted
inserted
replaced
67738:f2537ba84319 | 67739:9a6debd2ab11 |
---|---|
463 update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) | 463 update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) |
464 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score | 464 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score |
465 | 465 |
466 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) | 466 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) |
467 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ | 467 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ |
468 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ | 468 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" |
469 | 469 |
470 /* These are NOT included in INSTALLABLES or UTILITIES. | 470 /* These are NOT included in INSTALLABLES or UTILITIES. |
471 See ../src/Makefile.in. */ | 471 See ../src/Makefile.in. */ |
472 emacstool${EXEEXT}: ${srcdir}/emacstool.c | 472 emacstool${EXEEXT}: ${srcdir}/emacstool.c |
473 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ | 473 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ |