[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:32:00 PDT 2005
Changes in directory llvm/lib/Transforms/Instrumentation:
Makefile updated: 1.8 -> 1.9
---
Log message:
Do not build the ProfilePaths directory anymore
---
Diffs of the changes: (+0 -1)
Makefile | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Transforms/Instrumentation/Makefile
diff -u llvm/lib/Transforms/Instrumentation/Makefile:1.8 llvm/lib/Transforms/Instrumentation/Makefile:1.9
--- llvm/lib/Transforms/Instrumentation/Makefile:1.8 Sun Oct 23 21:25:48 2005
+++ llvm/lib/Transforms/Instrumentation/Makefile Sun Oct 23 21:31:49 2005
@@ -9,7 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMInstrumentation
-PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list