From d5600d496d6bb7680c382c0c9ebeb3b5b814da16 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Jul 1997 04:24:46 +0000 Subject: [PATCH] (LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS. --- src/Makefile.in | 4 ++-- 1 file 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 */ -- 2.39.2