From: Andreas Schwab Date: Thu, 17 Dec 2009 00:03:51 +0000 (+0000) Subject: (prefix-args${EXEEXT}): Don't compile prefix-args.c X-Git-Tag: emacs-pretest-23.1.91~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4c210265dc3ba6216ec6579713442063dafc880;p=emacs.git (prefix-args${EXEEXT}): Don't compile prefix-args.c twice. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6c39715fed3..0e1e60a25cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/Makefile.in b/src/Makefile.in index f726f88ce0e..0f11cd8019a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -976,7 +976,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) $(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)