comparison lib-src/Makefile.in @ 103353:ab0dc2b38d97

* mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 09 Jun 2009 01:55:02 +0000
parents b4cfe4e41fff
children e3e672080345
comparison
equal deleted inserted replaced
103352:827a8db0b5ad 103353:ab0dc2b38d97
447 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score 447 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score
448 448
449 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) 449 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
450 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ 450 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
451 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" 451 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
452
453 mac-fix-env: ${srcdir}/mac-fix-env.m
454 $(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation