comparison lib-src/Makefile.in @ 103330:b4cfe4e41fff

Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sun, 07 Jun 2009 03:50:01 +0000
parents a9f7e446141d
children ab0dc2b38d97
comparison
equal deleted inserted replaced
103329:6e1bbdb54303 103330:b4cfe4e41fff
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 452
453 mac-fix-env: ${srcdir}/mac-fix-env.m 453 mac-fix-env: ${srcdir}/mac-fix-env.m
454 $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation 454 $(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation