From: Chris Lattner Date: Wed, 17 Jul 2002 17:13:01 +0000 (+0000) Subject: Anand forgot to check in the makefile corresponding to his previous change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=260fc14568e41ed43a1121e79fbf9b684c2b28c3;p=oota-llvm.git Anand forgot to check in the makefile corresponding to his previous change which eliminated the EmitFunctions directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2937 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile index c8ea253464d..ef2fc28406e 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../../.. -DIRS = EmitFunctions +DIRS = LIBRARYNAME = profpaths include $(LEVEL)/Makefile.common