diff options
| author | Richard M. Stallman | 1995-07-26 21:48:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-26 21:48:05 +0000 |
| commit | 3a7b95fb58966c89d2fb57e7213b4714b90625a0 (patch) | |
| tree | 5571de3e4e6a488673cea8505676b53c55d1462b /src | |
| parent | 5c4a14df4780ad9230e46f64caec92261efea2ef (diff) | |
| download | emacs-3a7b95fb58966c89d2fb57e7213b4714b90625a0.tar.gz emacs-3a7b95fb58966c89d2fb57e7213b4714b90625a0.zip | |
(prefix-args): Pass ALL_LDFLAGS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 022aec97011..81b26228845 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -714,7 +714,7 @@ temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${ot | |||
| 714 | OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} | 714 | OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES} |
| 715 | 715 | ||
| 716 | prefix-args: prefix-args.c $(config_h) | 716 | prefix-args: prefix-args.c $(config_h) |
| 717 | $(CC) $(ALL_CFLAGS) ${srcdir}/prefix-args.c -o prefix-args | 717 | $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args |
| 718 | 718 | ||
| 719 | /* These are needed for C compilation, on the systems that need them */ | 719 | /* These are needed for C compilation, on the systems that need them */ |
| 720 | #ifdef NEED_CPP | 720 | #ifdef NEED_CPP |