1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(prefix-args): Pass ALL_LDFLAGS.

This commit is contained in:
Richard M. Stallman 1995-07-26 21:48:05 +00:00
parent 5c4a14df47
commit 3a7b95fb58

View File

@ -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