Fix whitespace in whitespace-significant pseudocode in a comment.
[oota-llvm.git] / lib / Transforms / Makefile
index 0493e9a81d1b6228cecfc5a1754e829bbefc5718..bf9599ad53b5b7af7149e879716b4a2c5fa89424 100644 (file)
@@ -2,15 +2,13 @@
 # 
 #                     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 = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO
-LIBRARYNAME = LLVMTransforms
-BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
 include $(LEVEL)/Makefile.common