]> code.delx.au - gnu-emacs/commitdiff
Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 7 Jun 2009 03:50:01 +0000 (03:50 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Sun, 7 Jun 2009 03:50:01 +0000 (03:50 +0000)
lib-src/ChangeLog
lib-src/Makefile.in

index 49ee64d55f164c1c580831d3ccd18063ea005bb2..f16bbda115b5438af07e4f7dd0e810f1470264e9 100644 (file)
@@ -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
index 612cc944f56fe4a466c2dcad9349ab81e268a9d6..ffdeacc6b0b59c847e39be7195cb062b903fee07 100644 (file)
@@ -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