aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-17 17:13:01 +0000
committerChris Lattner <sabre@nondot.org>2002-07-17 17:13:01 +0000
commit260fc14568e41ed43a1121e79fbf9b684c2b28c3 (patch)
tree9d32b70bb9749d07043f7f1a9c87e9331979e421 /lib/Transforms
parentb1b4262387b0060af9c01297d146bb17ed361a84 (diff)
downloadexternal_llvm-260fc14568e41ed43a1121e79fbf9b684c2b28c3.zip
external_llvm-260fc14568e41ed43a1121e79fbf9b684c2b28c3.tar.gz
external_llvm-260fc14568e41ed43a1121e79fbf9b684c2b28c3.tar.bz2
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
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
index c8ea253..ef2fc28 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