summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Hello/Makefile6
-rw-r--r--lib/Transforms/IPO/Makefile4
-rw-r--r--lib/Transforms/Instrumentation/Makefile6
-rw-r--r--lib/Transforms/Makefile4
-rw-r--r--lib/Transforms/Scalar/Makefile4
-rw-r--r--lib/Transforms/Utils/Makefile4
6 files changed, 14 insertions, 14 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile
index 6ca5774de4..c5e75d43af 100644
--- a/lib/Transforms/Hello/Makefile
+++ b/lib/Transforms/Hello/Makefile
@@ -1,16 +1,16 @@
##===- lib/Transforms/Hello/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 = LLVMHello
LOADABLE_MODULE = 1
-USEDLIBS =
+USEDLIBS =
include $(LEVEL)/Makefile.common
diff --git a/lib/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile
index 77a20c0264..5c42374139 100644
--- a/lib/Transforms/IPO/Makefile
+++ b/lib/Transforms/IPO/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/IPO/Makefile -------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
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
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index bf9599ad53..bfdb2bf81d 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..
diff --git a/lib/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile
index b091f342d5..cc42fd00ac 100644
--- a/lib/Transforms/Scalar/Makefile
+++ b/lib/Transforms/Scalar/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Scalar/Makefile ----------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
diff --git a/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile
index 09ff745a1b..d1e9336d67 100644
--- a/lib/Transforms/Utils/Makefile
+++ b/lib/Transforms/Utils/Makefile
@@ -1,10 +1,10 @@
##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../../..