From e2c11627ec9873ed7ae04c55fe5c197c2f538c54 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 14 May 2002 15:31:38 +0000 Subject: Add CPPFLAGS to compiler flags --- include/buildmacros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/buildmacros b/include/buildmacros index 26f90f4..d360443 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -56,7 +56,7 @@ SHELL = /bin/sh IMAGES_DIR = $(TOPDIR)/all-images DIST_DIR = $(TOPDIR)/dist -CCF = $(CC) $(CFLAGS) +CCF = $(CC) $(CFLAGS) $(CPPFLAGS) MAKEF = $(MAKE) $(MAKEOPTS) CXXF = $(CXX) $(CXXFLAGS) LDF = $(LD) $(LDFLAGS) -- cgit v1.2.3