summaryrefslogtreecommitdiff
path: root/lib/Frontend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Frontend/Makefile')
-rw-r--r--lib/Frontend/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Frontend/Makefile b/lib/Frontend/Makefile
index 9e1a864d96e3..3eb4bc95f4c3 100644
--- a/lib/Frontend/Makefile
+++ b/lib/Frontend/Makefile
@@ -7,11 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../../..
+CLANG_LEVEL := ../..
LIBRARYNAME := clangFrontend
BUILD_ARCHIVE = 1
-CPP.Flags += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
-
-include $(LEVEL)/Makefile.common
+include $(CLANG_LEVEL)/Makefile