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:
parent
5c4a14df47
commit
3a7b95fb58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user