diff options
-rw-r--r-- | lib/Makefile | 2 | ||||
-rw-r--r-- | tools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3f6537a60e..21a46794d8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen +DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen include $(LEVEL)/Makefile.common diff --git a/tools/Makefile b/tools/Makefile index 0b1d4df9ae..c69e774d1c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze +DIRS = dis as opt analyze llc include $(LEVEL)/Makefile.common |