Add breaks
[oota-llvm.git] / runtime / Makefile
index 3bcda6d03ca8b095b6032c31217ed804a341ae58..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 ::
@@ -30,3 +30,5 @@ include $(LEVEL)/Makefile.common
 install::
 
 clean::
+       rm -f $(DESTLIBBYTECODE)/*
+