From dc1d8036d66699f2f8968cd6face54f37b74949c Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 11 Oct 2018 21:24:09 -0400 Subject: [PATCH] build-aux/Makefile.am: .{PRECIOUS=>SECONDARY} This will keep the intermediate files around but will still delete them on build failure. * build-aux/Makefile.am (.SECONDARY): Renamed from `.PRECIOUS'. --- build-aux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index e1f07a8f..73555ba8 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -73,7 +73,7 @@ SHELL = /bin/bash -O extglob # these files will never be deleted when Make considers them to be intermediate # (e.g. when building summary pages), since they are still needed or take a # while to build -.PRECIOUS: %.js %.xml %.xmle %.xmlo +.SECONDARY: %.js %.xml %.xmle %.xmlo all: program-data-copy