summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-30 04:24:46 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-30 04:24:46 +0000
commit7ffe51d31a9247a17170a8a48373d9fdf5f98012 (patch)
treeb1354447ec97c0d9f08a49c82869496bc63731ca
parented00421a4c694b516cc2ae687e6736a3bc16756f (diff)
downloademacs-7ffe51d31a9247a17170a8a48373d9fdf5f98012.tar.gz
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
-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@
CC=@CC@
CPP=@CPP@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
+LDFLAGS=@LDFLAGS@
LN_S=@LN_S@
# Substitute an assignment for the MAKE variable, because
# BSD doesn't have it as a default.
@@ -48,8 +50,6 @@ config_h = config.h $(M_FILE) $(S_FILE)
# ========================== start of cpp stuff =======================
/* From here on, comments must be done in C syntax. */
-CPPFLAGS=
-LDFLAGS=
C_SWITCH_SYSTEM=
/* just to be sure the sh is used */