summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation/Makefile')
-rw-r--r--lib/Transforms/Instrumentation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index b1f709c595..6cbc7a9cd8 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -1,14 +1,14 @@
##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = LLVMInstrumentation
+LIBRARYNAME = LLVMInstrumentation
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common