From 09038eec7b7dbe1704886ee67339aa93cbc67cd1 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 16 Jul 2002 18:56:29 +0000 Subject: [PATCH] removed this directory llvm-svn: 2927 --- .../Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile deleted file mode 100644 index 6b1ad6e6928b..000000000000 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -LEVEL = ../../../../.. - -LIBRARYNAME = emitfuncs -include $(LEVEL)/Makefile.common -