From: Anand Shukla Date: Tue, 26 Feb 2002 18:20:27 +0000 (+0000) Subject: New makefile to include ProfilePaths dir X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fb1d93c716933a2e2a88cb10dd1e179894faedad;p=oota-llvm.git New makefile to include ProfilePaths dir git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1799 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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