Mercurial > emacs
changeset 106601:5c030ace94f7
(prefix-args${EXEEXT}): Don't compile prefix-args.c
twice.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Thu, 17 Dec 2009 00:03:51 +0000 |
parents | 693859ba5ce8 |
children | 2a684c6f926c |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 16 09:52:42 2009 +0000 +++ b/src/ChangeLog Thu Dec 17 00:03:51 2009 +0000 @@ -1,3 +1,8 @@ +2009-12-16 Andreas Schwab <schwab@linux-m68k.org> + + * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c + twice. + 2009-12-15 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (decode_mode_spec): Inhibit garbage collection when
--- a/src/Makefile.in Wed Dec 16 09:52:42 2009 +0000 +++ b/src/Makefile.in Thu Dec 17 00:03:51 2009 +0000 @@ -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)