changeset 19038:c6bd02eeb5fa

(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Jul 1997 04:24:46 +0000
parents f37a8bfe3364
children 193352043c50
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jul 30 04:22:56 1997 +0000
+++ b/src/Makefile.in	Wed Jul 30 04:24:46 1997 +0000
@@ -24,6 +24,8 @@
 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 @@
 # ========================== 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 */