Fix whitespace in whitespace-significant pseudocode in a comment.
[oota-llvm.git] / lib / Transforms / Makefile
index c63bb7f1ef6b36496cc89ca891e13a51124b8753..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
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
 
 include $(LEVEL)/Makefile.common