Add a clear() method to PriorityQueue.
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index d749b6b3bde3db50e4f034471a1229e7edf3eb9d..b1f709c595b6c52f10ff0d55cf4d1385944a1dae 100644 (file)
@@ -2,13 +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