aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-30 04:24:46 +0000
committerRichard M. Stallman1997-07-30 04:24:46 +0000
commitd5600d496d6bb7680c382c0c9ebeb3b5b814da16 (patch)
tree4ae4e6fa9041a1f20f8b1788d675e0b5b9f135f3 /src
parente17d711780c1362cbbb666c2114ca128075f83f9 (diff)
downloademacs-d5600d496d6bb7680c382c0c9ebeb3b5b814da16.tar.gz
emacs-d5600d496d6bb7680c382c0c9ebeb3b5b814da16.zip
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
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@
24CC=@CC@ 24CC=@CC@
25CPP=@CPP@ 25CPP=@CPP@
26CFLAGS=@CFLAGS@ 26CFLAGS=@CFLAGS@
27CPPFLAGS=@CPPFLAGS@
28LDFLAGS=@LDFLAGS@
27LN_S=@LN_S@ 29LN_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
51CPPFLAGS=
52LDFLAGS=
53C_SWITCH_SYSTEM= 53C_SWITCH_SYSTEM=
54 54
55/* just to be sure the sh is used */ 55/* just to be sure the sh is used */