From: Richard M. Stallman Date: Thu, 15 Sep 2005 13:08:01 +0000 (+0000) Subject: (update-game-score.o): New target. X-Git-Tag: emacs-pretest-22.0.90~7086 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f85d3f3fd8b487f0961df918c45a45fce440a96d;p=emacs.git (update-game-score.o): New target. Compile and link this progranm separately. (update-game-score${EXEEXT}): Use GETOPTDEPTS. --- 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) hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl -update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h - $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \ +update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) + $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score + +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)\"" \ - $(LOADLIBES) -o update-game-score /* These are NOT included in INSTALLABLES or UTILITIES. See ../src/Makefile.in. */