aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 18:08:50 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 18:08:50 +0000
commit0ed2e4b55478442f334d2b730197d87ae2adcada (patch)
treec02161a0c2689ec355679fa4f9540aa2d1c7db34 /lib/Transforms/Makefile
parent4d1e46e7b06534cde262d32fad038135f406b6b7 (diff)
Build Transforms Utils library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Makefile')
-rw-r--r--lib/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index 2b67c157d2..b9f65b2e7f 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Instrumentation Scalar IPO
+DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms