From 9a3e4649d5af93fa7e88aaec682840c2a0a5911e Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 12 Jul 2002 20:12:07 +0000 Subject: Added EmitFunctions directory llvm-svn: 2883 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Transforms/Instrumentation') diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 271de6027f6..c8ea253464d 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,5 +1,6 @@ LEVEL = ../../../.. +DIRS = EmitFunctions LIBRARYNAME = profpaths include $(LEVEL)/Makefile.common -- cgit v1.2.3