summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2002-05-14 15:31:38 +0000
committerEric Sandeen <sandeen@sgi.com>2002-05-14 15:31:38 +0000
commit068da669912034e3904cb9441c0ea4661fcb577f (patch)
treeda0caf361bd093c0e0dd1425c807d73989ad176b /include
parent715253f056ad142dafa8f3bc2b5114e9f6564baf (diff)
downloadacl-068da669912034e3904cb9441c0ea4661fcb577f.tar.gz
Look for libs within source tree first
(will use system libs if found)
Diffstat (limited to 'include')
-rw-r--r--include/buildmacros2
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)