diff options
Diffstat (limited to 'tools/driver/Makefile')
-rw-r--r-- | tools/driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/driver/Makefile b/tools/driver/Makefile index ca2253a9b0..0ba65e516b 100644 --- a/tools/driver/Makefile +++ b/tools/driver/Makefile @@ -9,7 +9,7 @@ LEVEL = ../../../.. TOOLNAME = clang-driver -CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include +CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include CXXFLAGS = -fno-rtti # FIXME: It is unfortunate we need to pull in the bitcode reader and |