Compile the transforms directory
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:04:00 +0000 (07:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 07:04:00 +0000 (07:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@776 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile

index cf205e3596f506c22273042b61e5081d6a959d8a..5ff4f16e62fb4d455eedeb6d58b4951750c5fea5 100644 (file)
@@ -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