From: Richard M. Stallman Date: Wed, 26 Jul 1995 21:48:05 +0000 (+0000) Subject: (prefix-args): Pass ALL_LDFLAGS. X-Git-Tag: emacs-19.34~3179 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/3a7b95fb58966c89d2fb57e7213b4714b90625a0?hp=5c4a14df4780ad9230e46f64caec92261efea2ef (prefix-args): Pass ALL_LDFLAGS. --- diff --git a/src/Makefile.in b/src/Makefile.in index 022aec9701..81b2622884 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -714,7 +714,7 @@ temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${ot OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} prefix-args: prefix-args.c $(config_h) - $(CC) $(ALL_CFLAGS) ${srcdir}/prefix-args.c -o prefix-args + $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args /* These are needed for C compilation, on the systems that need them */ #ifdef NEED_CPP