diff options
Diffstat (limited to 'clang/lib/Frontend/Makefile')
-rw-r--r-- | clang/lib/Frontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/Makefile b/clang/lib/Frontend/Makefile index 3c13ad69cc6..8554b7649fa 100644 --- a/clang/lib/Frontend/Makefile +++ b/clang/lib/Frontend/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## CLANG_LEVEL := ../.. +DIRS := Rewrite LIBRARYNAME := clangFrontend include $(CLANG_LEVEL)/Makefile - |