(prefix-args): Pass ALL_LDFLAGS.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 21:48:05 +0000 (21:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 21:48:05 +0000 (21:48 +0000)
src/Makefile.in

index 022aec9..81b2622 100644 (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