(prefix-args${EXEEXT}): Don't compile prefix-args.c
twice.
This commit is contained in:
parent
72b5756030
commit
f4c210265d
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue