Mercurial > emacs
diff src/Makefile.in @ 12681:3a4ac2729fa5
(prefix-args): Pass ALL_LDFLAGS.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 26 Jul 1995 21:48:05 +0000 |
| parents | b0ad874ff969 |
| children | d619c5216f7d |
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
