emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100490: * Makefile.in (prefix-arg


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100490: * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
Date: Sat, 19 Feb 2011 12:34:50 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100490
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-02-19 12:34:50 -0500
message:
  * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
  
  See http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00715.html
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-02-13 18:55:07 +0000
+++ b/src/ChangeLog     2011-02-19 17:34:50 +0000
@@ -1,3 +1,7 @@
+2011-02-19  Chong Yidong  <address@hidden>
+
+       * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
+
 2011-02-13  Eli Zaretskii  <address@hidden>
 
        * xdisp.c (redisplay_internal): Resynchronize `w' if the selected

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2011-01-02 23:50:46 +0000
+++ b/src/Makefile.in   2011-02-19 17:34:50 +0000
@@ -979,7 +979,7 @@
    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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]