[BUILD] Don't throw error on already cleaned output

This commit is contained in:
BuFran 2013-07-29 20:10:19 +02:00 committed by Gareth McMullin
parent 78464c8562
commit f1584b266b
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
$(RM) platforms/*/*.o platforms/*/*.d mapfile
-$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
-$(RM) platforms/*/*.o platforms/*/*.d mapfile
-include *.d