Description: don't die if a file is missing
Author: Michael R. Crusoe <mcrusoe@msu.edu>

---

Last-Update: 2015-02-16

--- trinityrnaseq.orig/Chrysalis/Makefile
+++ trinityrnaseq/Chrysalis/Makefile
@@ -435,7 +435,7 @@
 	for file in $(EXECUTABLES); do rm -f $(BIN)/$$file; done
 	rm -f MakeDepend $(BIN)/MakeDepend contigs.out my.permanent.log.file \
              core a.out Makefile.bak bsubin BasevectorTables.h $(BIN)/checkLock 
-	find $(OBJ) -name '*.o' -exec rm {} \;
+	find $(OBJ) -name '*.o' -exec rm {} \; || /bin/true
 	rm -rf cxx_repository
 	rm -f lib_*_temp.a
 
