From 260fc14568e41ed43a1121e79fbf9b684c2b28c3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Jul 2002 17:13:01 +0000 Subject: [PATCH] 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 --- lib/Transforms/Instrumentation/ProfilePaths/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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