diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:04:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:04:00 +0000 |
commit | 5a2f8ba018a4fd150abdeafa4d264eac2bf8049f (patch) | |
tree | 6df0619df5782e1c074004df3e76d51b2c9ace93 /lib/Makefile | |
parent | 52f7e908cb634f9b9b539d5c6670b8a065478915 (diff) |
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/Makefile | 2 |
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 |