From 2198f73b0ec810b6b9084c0e00dcf07d4a6ee8e3 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 16 Mar 2017 16:53:01 +0100 Subject: [PATCH] build: delete unsuccessfully built artifacts We use output redirection in numerous places; leaving the half-built artifacts in place would cause the subsequent builds to succeed when it should not. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 355f217b3f..3b585a87e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4250,4 +4250,5 @@ cscope: ############################################################################### +.DELETE_ON_ERROR: .PHONY: cscope dist-configure-check $(check_local) $(dist_hook)