diff options
| author | Richard M. Stallman | 1997-07-30 04:24:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-30 04:24:46 +0000 |
| commit | d5600d496d6bb7680c382c0c9ebeb3b5b814da16 (patch) | |
| tree | 4ae4e6fa9041a1f20f8b1788d675e0b5b9f135f3 /src | |
| parent | e17d711780c1362cbbb666c2114ca128075f83f9 (diff) | |
| download | emacs-d5600d496d6bb7680c382c0c9ebeb3b5b814da16.tar.gz emacs-d5600d496d6bb7680c382c0c9ebeb3b5b814da16.zip | |
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e4b19585a38..b75d7cff37f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -24,6 +24,8 @@ VPATH=@srcdir@ | |||
| 24 | CC=@CC@ | 24 | CC=@CC@ |
| 25 | CPP=@CPP@ | 25 | CPP=@CPP@ |
| 26 | CFLAGS=@CFLAGS@ | 26 | CFLAGS=@CFLAGS@ |
| 27 | CPPFLAGS=@CPPFLAGS@ | ||
| 28 | LDFLAGS=@LDFLAGS@ | ||
| 27 | LN_S=@LN_S@ | 29 | LN_S=@LN_S@ |
| 28 | # Substitute an assignment for the MAKE variable, because | 30 | # Substitute an assignment for the MAKE variable, because |
| 29 | # BSD doesn't have it as a default. | 31 | # BSD doesn't have it as a default. |
| @@ -48,8 +50,6 @@ config_h = config.h $(M_FILE) $(S_FILE) | |||
| 48 | # ========================== start of cpp stuff ======================= | 50 | # ========================== start of cpp stuff ======================= |
| 49 | /* From here on, comments must be done in C syntax. */ | 51 | /* From here on, comments must be done in C syntax. */ |
| 50 | 52 | ||
| 51 | CPPFLAGS= | ||
| 52 | LDFLAGS= | ||
| 53 | C_SWITCH_SYSTEM= | 53 | C_SWITCH_SYSTEM= |
| 54 | 54 | ||
| 55 | /* just to be sure the sh is used */ | 55 | /* just to be sure the sh is used */ |