Rename bunch of variables.
[oota-llvm.git] / runtime / GCCLibraries / Makefile
index be50161bf97ab16de5418f6a2a28c28dceb2f0f9..e933add6d999a4006f6b00d73aacb7004bc9f4cc 100644 (file)
@@ -1,4 +1,4 @@
-##===- runtime/GCCLibraries/Makefile ------------------------------*- Makefile -*-===##
+##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,15 +6,7 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-# llvm/runtime/GCCLibraries Makefile:  Build all subdirectories automatically
 
-LEVEL = ../..
-PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc libtermcap libucb libutempter libutil
+LEVEL := ../..
+PARALLEL_DIRS := libc libgcc libm 
 include $(LEVEL)/Makefile.common
-
-# Install target for libraries: Copy into the gcc install directory in chris's
-# tree...
-#
-install::
-
-clean::