summaryrefslogtreecommitdiff
path: root/include/clang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Makefile')
-rw-r--r--include/clang/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Makefile b/include/clang/Makefile
index 6abe375d5e972..e366e4ec44587 100644
--- a/include/clang/Makefile
+++ b/include/clang/Makefile
@@ -1,7 +1,7 @@
-LEVEL = ../../../..
+CLANG_LEVEL := ../..
DIRS := AST Basic Driver
-include $(LEVEL)/Makefile.common
+include $(CLANG_LEVEL)/Makefile
install-local::
$(Echo) Installing Clang include files