Remove dead directories
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 22:55:16 +0000 (22:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 22:55:16 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19262 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/Makefile

index e770428fbd2064445802f3d53dac286d5d35d765..b976f1248eab58134a87a8f7906f245ee03da810 100644 (file)
@@ -8,6 +8,5 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../..
-PARALLEL_DIRS := crtend libc libcurses libg libgcc libgdbm libm libmalloc \
-                 libtermcap libucb libutempter libutil
+PARALLEL_DIRS := crtend libc libgcc libm 
 include $(LEVEL)/Makefile.common