diff options
| author | Richard M. Stallman | 1997-07-03 04:05:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-03 04:05:29 +0000 |
| commit | 2f5ee43fcf91d16051f78d79bf4a9cff73baa38e (patch) | |
| tree | 7898c1e9536e6a99c51f6112ba57b1f8f5acd1eb /src | |
| parent | 4ceb0cc8f0bb154244a0ae99990e9f91c9f91a6c (diff) | |
| download | emacs-2f5ee43fcf91d16051f78d79bf4a9cff73baa38e.tar.gz emacs-2f5ee43fcf91d16051f78d79bf4a9cff73baa38e.zip | |
(LD_SWITCH_SYSTEM_TEMACS): New variable.
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ae0fc8a5eff..c2bf1fd6c17 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -450,7 +450,8 @@ LD=ld | |||
| 450 | #endif /* not COFF_ENCAPSULATE */ | 450 | #endif /* not COFF_ENCAPSULATE */ |
| 451 | #endif /* not ORDINARY_LINK */ | 451 | #endif /* not ORDINARY_LINK */ |
| 452 | 452 | ||
| 453 | ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) | 453 | ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ |
| 454 | LD_SWITCH_SITE $(LDFLAGS) | ||
| 454 | 455 | ||
| 455 | /* A macro which other sections of Makefile can redefine to munge the | 456 | /* A macro which other sections of Makefile can redefine to munge the |
| 456 | flags before they're passed to LD. This is helpful if you have | 457 | flags before they're passed to LD. This is helpful if you have |