diff options
| author | Matteo Cypriani <mcy@lm7.fr> | 2014-09-07 11:57:09 -0400 |
|---|---|---|
| committer | Matteo Cypriani <mcy@lm7.fr> | 2014-09-07 12:07:04 -0400 |
| commit | 87d879aa7b3a75245e5e1a0fe15ba08105457df2 (patch) | |
| tree | f4d1f4e634cb51d1c7d7bf09899042578111bcd5 /Makefile | |
| parent | 63376d7712081c739a3e8dfe5fba396721bbe10b (diff) | |
| download | tinycc-87d879aa7b3a75245e5e1a0fe15ba08105457df2.tar.gz tinycc-87d879aa7b3a75245e5e1a0fe15ba08105457df2.tar.bz2 | |
Accept CPPFLAGS from the environment
Don't override CPPFLAGS so that it can be passed through the
environment.
(This is a patch Thomas Preud'homme wrote for Debian in February 2013.)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ TOP ?= . include $(TOP)/config.mak VPATH = $(top_srcdir) -CPPFLAGS = -I$(TOP) # for config.h +CPPFLAGS += -I$(TOP) # for config.h ifeq (-$(findstring gcc,$(CC))-,-gcc-) ifeq (-$(findstring $(GCC_MAJOR),01)-,--) |
