From 1c728a9d3c737cf0ed0344398363c6dd0769bc4f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 23 May 2011 20:43:17 -0700 Subject: [PATCH] * lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule. --- lib-src/ChangeLog | 4 ++++ lib-src/Makefile.in | 10 +++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 33778c1f0ae..13231f2c8db 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2011-05-24 Glenn Morris + + * Makefile.in (update-game-score${EXEEXT}): Use a single rule. + 2011-05-19 Glenn Morris * makefile.w32-in (echolisp): Remove rule that is no longer needed. diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1c2018dbbc9..24d89606195 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -361,12 +361,8 @@ emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl -update-game-score${EXEEXT}: update-game-score.o - $(CC) ${LINK_CFLAGS} update-game-score.o \ - $(LOADLIBES) -o update-game-score - -update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h - $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ - -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" +update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h + $(CC) ${ALL_CFLAGS} -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ + ${srcdir}/update-game-score.c $(LOADLIBES) -o update-game-score ## Makefile ends here. -- 2.39.2