emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog Makefile.in


From: Andreas Schwab
Subject: [Emacs-diffs] emacs/src ChangeLog Makefile.in
Date: Thu, 17 Dec 2009 00:03:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 09/12/17 00:03:53

Modified files:
        src            : ChangeLog Makefile.in 

Log message:
        (prefix-args${EXEEXT}): Don't compile prefix-args.c
        twice.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7928&r2=1.7929
http://cvs.savannah.gnu.org/viewcvs/emacs/src/Makefile.in?cvsroot=emacs&r1=1.460&r2=1.461

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7928
retrieving revision 1.7929
diff -u -b -r1.7928 -r1.7929
--- ChangeLog   15 Dec 2009 22:51:31 -0000      1.7928
+++ ChangeLog   17 Dec 2009 00:03:51 -0000      1.7929
@@ -1,3 +1,8 @@
+2009-12-16  Andreas Schwab  <address@hidden>
+
+       * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
+       twice.
+
 2009-12-15  Chong Yidong  <address@hidden>
 
        * xdisp.c (decode_mode_spec): Inhibit garbage collection when

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.460
retrieving revision 1.461
diff -u -b -r1.460 -r1.461
--- Makefile.in 3 Dec 2009 20:03:12 -0000       1.460
+++ Makefile.in 17 Dec 2009 00:03:53 -0000      1.461
@@ -976,7 +976,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) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
+       $(CC) $(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]