Add breaks
[oota-llvm.git] / runtime / Makefile
index a5d3d81e3cbcfb0d85294728a556f0da1bf80619..bdbdc40d1f7b584d45b686e50e78e24b7ab23238 100644 (file)
@@ -12,7 +12,7 @@ LEVEL = ..
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace
+PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace GC
 else
 PARALLEL_DIRS  := 
 install all ::
@@ -24,9 +24,11 @@ endif
 
 include $(LEVEL)/Makefile.common
 
-# Install target for libraries: Copy into the gcc install directory in chris's
-# tree...
+# Install target for libraries: Copy into the 'bytecode-libs' subdirectory
+# of LLVMGCCDIR.  (On the UIUC machines, this is in Chris's home directory.)
 #
 install::
 
 clean::
+       rm -f $(DESTLIBBYTECODE)/*
+