summaryrefslogtreecommitdiff
path: root/lib/Transforms/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-03 17:28:15 +0000
committerChris Lattner <sabre@nondot.org>2001-12-03 17:28:15 +0000
commitc50df7e3aafee8830ea649df9b2e153fedc3bb2b (patch)
tree9198d8483c3867f88d69f4af2e33fde554aa55b7 /lib/Transforms/Makefile
parentdf89f6efbc5d2b40b4997a84ae12ab86baa2d9cb (diff)
Compile the scalar directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1403 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 c9965f3c039..2b67c157d22 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Instrumentation IPO
+DIRS = Instrumentation Scalar IPO
LIBRARYNAME = transforms