summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:20:27 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:20:27 +0000
commitfb1d93c716933a2e2a88cb10dd1e179894faedad (patch)
tree5248f45be7e5380196851b6c952d1faafdc6a609 /lib/Transforms
parente8e320d2faa997605c76a7c3ab9e9b4fb578e8c0 (diff)
downloadllvm-fb1d93c716933a2e2a88cb10dd1e179894faedad.tar.gz
llvm-fb1d93c716933a2e2a88cb10dd1e179894faedad.tar.bz2
llvm-fb1d93c716933a2e2a88cb10dd1e179894faedad.tar.xz
New makefile to include ProfilePaths dir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1799 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index 0fb7198858..e0e7d7cfb4 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = instrument
-
+DIRS = ProfilePaths
include $(LEVEL)/Makefile.common