define target names for std libcalls.
[oota-llvm.git] / runtime / Makefile
index a1c0152b75f622868e7b0baaaa5952a8e6d471b3..9937c11e3bc3b0905c948c8efb329009822f3fe7 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
 else
 PARALLEL_DIRS  := 
 install all ::
@@ -32,3 +32,4 @@ include $(LEVEL)/Makefile.common
 # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
 #
 install::
+