Anand forgot to check in the makefile corresponding to his previous change
authorChris Lattner <sabre@nondot.org>
Wed, 17 Jul 2002 17:13:01 +0000 (17:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Jul 2002 17:13:01 +0000 (17:13 +0000)
which eliminated the EmitFunctions directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2937 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/ProfilePaths/Makefile

index c8ea253464db1dfc8c63d3cc202729ffbc7002c7..ef2fc28406ebf7df6301cf36bd55d5a5a0a6b8b8 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
-DIRS = EmitFunctions 
+DIRS = 
 LIBRARYNAME = profpaths
 include $(LEVEL)/Makefile.common