changeset 12681:3a4ac2729fa5

(prefix-args): Pass ALL_LDFLAGS.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jul 1995 21:48:05 +0000
parents 42efcb2955c8
children 66b3d052d4fe
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jul 26 21:04:51 1995 +0000
+++ b/src/Makefile.in	Wed Jul 26 21:48:05 1995 +0000
@@ -714,7 +714,7 @@
     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