From f6ed3dbe85f0960cca1daa13cb8757225feb9bf3 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 19 Feb 2011 12:34:50 -0500 Subject: [PATCH] * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS. See http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00715.html --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 68e9c76a437..3a356bb81aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-19 Chong Yidong + + * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS. + 2011-02-13 Eli Zaretskii * xdisp.c (redisplay_internal): Resynchronize `w' if the selected diff --git a/src/Makefile.in b/src/Makefile.in index e92f2bb3b85..7d936144583 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -979,7 +979,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) $(LDFLAGS) prefix-args.o -o prefix-args + $(CC) $(ALL_CFLAGS) $(LDFLAGS) prefix-args.o -o prefix-args #if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK) -- 2.39.2