Skip to content

Makefile: test if file exists before removing it

Julien Sagot requested to merge (removed):sagotch-master-patch-48923 into master

Avoid the make invocation failure when repo has just been cloned (or cleaned). You could use rm -f instead but I think it is better to test.

Merge request reports