diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 18:20:27 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 18:20:27 +0000 |
commit | fb1d93c716933a2e2a88cb10dd1e179894faedad (patch) | |
tree | 5248f45be7e5380196851b6c952d1faafdc6a609 | |
parent | e8e320d2faa997605c76a7c3ab9e9b4fb578e8c0 (diff) |
New makefile to include ProfilePaths dir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1799 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Instrumentation/Makefile | 2 |
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 |