From fb1d93c716933a2e2a88cb10dd1e179894faedad Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 26 Feb 2002 18:20:27 +0000 Subject: [PATCH] New makefile to include ProfilePaths dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1799 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index 0fb7198858a..e0e7d7cfb46 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. LIBRARYNAME = instrument - +DIRS = ProfilePaths include $(LEVEL)/Makefile.common -- 2.34.1