Tighten the conditions under which we do PRE, remove some unneeded code, and correct...
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index beba7e5bb49d8d2053bd527bc96fb6e4103a700e..b1f709c595b6c52f10ff0d55cf4d1385944a1dae 100644 (file)
@@ -2,14 +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 = ../../..
 LIBRARYNAME = LLVMInstrumentation 
-PARALLEL_DIRS = ProfilePaths 
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common