From: Chris Lattner Date: Sat, 13 Oct 2001 07:04:00 +0000 (+0000) Subject: Compile the transforms directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a2f8ba018a4fd150abdeafa4d264eac2bf8049f;p=oota-llvm.git Compile the transforms directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index cf205e3596f..5ff4f16e62f 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