summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-13 07:04:00 +0000
committerChris Lattner <sabre@nondot.org>2001-10-13 07:04:00 +0000
commit5a2f8ba018a4fd150abdeafa4d264eac2bf8049f (patch)
tree6df0619df5782e1c074004df3e76d51b2c9ace93 /lib/Makefile
parent52f7e908cb634f9b9b539d5c6670b8a065478915 (diff)
downloadllvm-5a2f8ba018a4fd150abdeafa4d264eac2bf8049f.tar.gz
llvm-5a2f8ba018a4fd150abdeafa4d264eac2bf8049f.tar.bz2
llvm-5a2f8ba018a4fd150abdeafa4d264eac2bf8049f.tar.xz
Compile the transforms directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cf205e3596..5ff4f16e62 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen Target
+DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target
include $(LEVEL)/Makefile.common