Delete trailing whitespace; NFC
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index beba7e5bb49d8d2053bd527bc96fb6e4103a700e..6cbc7a9cd88af95e66779c4728237332168c29ec 100644 (file)
@@ -1,15 +1,14 @@
 ##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
-LIBRARYNAME = LLVMInstrumentation 
-PARALLEL_DIRS = ProfilePaths 
+LIBRARYNAME = LLVMInstrumentation
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common