From a70693ca9bc935513d1bfa9b3a49459d27927657 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 May 1999 14:28:44 +0000 Subject: Don't forget to export CPPFLAGS to GCC. :) --- tools/Rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Rules.in b/tools/Rules.in index 10cb8c7..23f171a 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -16,7 +16,7 @@ all-dirs:=$(static-dirs) $(dynamic-dirs) clean-dirs:=$(all-dirs) proto sysdep dir-objs:=$(addprefix $(objdir)/,$(all-dirs)) -CPPFLAGS=-I$(root-rel) -I$(srcdir) +CPPFLAGS=-I$(root-rel) -I$(srcdir) @CPPFLAGS@ CFLAGS=$(CPPFLAGS) @CFLAGS@ LDFLAGS= LIBS=@LIBS@ -- cgit v1.2.3