From: Anand Shukla Date: Fri, 12 Jul 2002 20:12:07 +0000 (+0000) Subject: Added EmitFunctions directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=135b75db498e6eaba9f0ad675e7f86bd171cffb6;p=oota-llvm.git Added EmitFunctions directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 271de6027f6..c8ea253464d 100644 --- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile @@ -1,5 +1,6 @@ LEVEL = ../../../.. +DIRS = EmitFunctions LIBRARYNAME = profpaths include $(LEVEL)/Makefile.common