aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 274bbabe29f..29fc2ec5374 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -460,10 +460,12 @@ emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
460hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h 460hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
461 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl 461 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
462 462
463update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h 463update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS)
464 $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \ 464 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score
465
466update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
467 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
465 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ 468 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
466 $(LOADLIBES) -o update-game-score
467 469
468/* These are NOT included in INSTALLABLES or UTILITIES. 470/* These are NOT included in INSTALLABLES or UTILITIES.
469 See ../src/Makefile.in. */ 471 See ../src/Makefile.in. */