Move & restructure test per review.
[oota-llvm.git] / runtime / Makefile
index a1c0152b75f622868e7b0baaaa5952a8e6d471b3..3883041d2ebec34d687c4b24ead80841974f67b3 100644 (file)
@@ -2,8 +2,8 @@
 # 
 #                     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.
 # 
 ##===----------------------------------------------------------------------===##
 
@@ -11,7 +11,7 @@ LEVEL = ..
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy libprofile libtrace GC
+PARALLEL_DIRS  := libprofile GC
 else
 PARALLEL_DIRS  := 
 install all ::
@@ -32,3 +32,4 @@ include $(LEVEL)/Makefile.common
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
+