adjust makefiles in lib tree, so they don't return an error exit code on "make clean" targets.

(cherry picked from commit 4117218ca3)
This commit is contained in:
Axel Kohlmeyer
2016-09-06 21:28:55 -04:00
parent 16607a0132
commit c8cfd53c1b
23 changed files with 34 additions and 34 deletions

View File

@ -77,4 +77,4 @@ DEPENDS = $(OBJ:.o=.d)
# ------ CLEAN ------
clean:
rm *.d *~ $(OBJ) $(LIB)
-rm *.d *~ $(OBJ) $(LIB)

View File

@ -76,4 +76,4 @@ DEPENDS = $(OBJ:.o=.d)
# ------ CLEAN ------
clean:
rm *.d *~ $(OBJ) $(LIB)
-rm *.d *~ $(OBJ) $(LIB)

View File

@ -66,4 +66,4 @@ DEPENDS = $(OBJ:.o=.d)
# ------ CLEAN ------
clean:
rm *.d *~ $(OBJ) $(LIB)
-rm *.d *~ $(OBJ) $(LIB)