diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-17 17:13:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-17 17:13:01 +0000 |
commit | 963b68afb8f9b565614aa8f2510439c6b2d3e492 (patch) | |
tree | fd02eca0b8497910f63bbc84a9f8de7dd5c91568 /llvm/lib/Transforms/Instrumentation | |
parent | 60ebba51c4d95493f845988c345276d5e29487ef (diff) | |
download | bcm5719-llvm-963b68afb8f9b565614aa8f2510439c6b2d3e492.tar.gz bcm5719-llvm-963b68afb8f9b565614aa8f2510439c6b2d3e492.zip |
Anand forgot to check in the makefile corresponding to his previous change
which eliminated the EmitFunctions directory
llvm-svn: 2937
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile index c8ea253464d..ef2fc28406e 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../../.. -DIRS = EmitFunctions +DIRS = LIBRARYNAME = profpaths include $(LEVEL)/Makefile.common |