diff options
author | Eric Sandeen <sandeen@sgi.com> | 2002-05-14 15:31:38 +0000 |
---|---|---|
committer | Eric Sandeen <sandeen@sgi.com> | 2002-05-14 15:31:38 +0000 |
commit | e2c11627ec9873ed7ae04c55fe5c197c2f538c54 (patch) | |
tree | 877f4f5392d4ab89235d284c02f958dd835cdf7e | |
parent | 84fa18a060d71092c69b2839fc9990dfe6b8f40d (diff) | |
download | attr-e2c11627ec9873ed7ae04c55fe5c197c2f538c54.tar.gz |
Add CPPFLAGS to compiler flags
-rw-r--r-- | include/buildmacros | 2 |
1 files changed, 1 insertions, 1 deletions
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) |