define target names for std libcalls.
[oota-llvm.git] / runtime / Makefile
index 99a5e0cb93963e0a50737fdd3e29b0e8bca63f0f..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  := libprofile GC
+PARALLEL_DIRS  := libprofile
 else
 PARALLEL_DIRS  := 
 install all ::