]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 19 Feb 2011 17:34:50 +0000 (12:34 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 19 Feb 2011 17:34:50 +0000 (12:34 -0500)
See http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00715.html

src/ChangeLog
src/Makefile.in

index 68e9c76a43786af11c701763700a35c58afffc46..3a356bb81aa06707476a5da52078225fff528a9f 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
+
 2011-02-13  Eli Zaretskii  <eliz@gnu.org>
 
        * xdisp.c (redisplay_internal): Resynchronize `w' if the selected
index e92f2bb3b858361b5278d185f1843276d157716d..7d936144583d5b3b118634b7f6e9c8fda7c50cff 100644 (file)
@@ -979,7 +979,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} pre
    often contain options that have to do with using Emacs''s crt0,
    which are only good with temacs.  */
 prefix-args${EXEEXT}: prefix-args.o $(config_h)
-       $(CC) $(LDFLAGS) prefix-args.o -o prefix-args
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) prefix-args.o -o prefix-args
 
 #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK)