* lib-src/Makefile.in (update-game-score${EXEEXT}): Use a single rule.
This commit is contained in:
parent
fa5d79db2c
commit
1c728a9d3c
2 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (update-game-score${EXEEXT}): Use a single rule.
|
||||
|
||||
2011-05-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* makefile.w32-in (echolisp): Remove rule that is no longer needed.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue