diff options
Diffstat (limited to 'lib/Lex/Makefile')
-rw-r--r-- | lib/Lex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/Makefile b/lib/Lex/Makefile index 187448c992..a2437da812 100644 --- a/lib/Lex/Makefile +++ b/lib/Lex/Makefile @@ -22,7 +22,7 @@ ifeq ($(ARCH),PowerPC) CXXFLAGS += -maltivec endif -CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include +CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include include $(LEVEL)/Makefile.common |