# HG changeset patch # User Andreas Schwab # Date 1261008231 0 # Node ID 5c030ace94f7cfc7300439c1e6aa1671b5d0972d # Parent 693859ba5ce8587a513f800b10be7acc1527a495 (prefix-args${EXEEXT}): Don't compile prefix-args.c twice. diff -r 693859ba5ce8 -r 5c030ace94f7 src/ChangeLog --- 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 + + * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c + twice. + 2009-12-15 Chong Yidong * xdisp.c (decode_mode_spec): Inhibit garbage collection when diff -r 693859ba5ce8 -r 5c030ace94f7 src/Makefile.in --- 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)