From 3a7b95fb58966c89d2fb57e7213b4714b90625a0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 Jul 1995 21:48:05 +0000 Subject: [PATCH 1/1] (prefix-args): Pass ALL_LDFLAGS. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2