Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
This commit is contained in:
parent
661aaece10
commit
a7f2b0b17e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-06-06 David Reitter <david.reitter@gmail.com>
|
||||
|
||||
* Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
|
||||
|
||||
2009-04-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
|
||||
|
|
|
@ -451,4 +451,4 @@ update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
|
|||
-DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
|
||||
|
||||
mac-fix-env: ${srcdir}/mac-fix-env.m
|
||||
$(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation
|
||||
$(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation
|
||||
|
|
Loading…
Add table
Reference in a new issue