From dc8941f031ce4c25cdf548ddbfae64c081078f6c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 17 Mar 2016 14:17:42 +0100 Subject: [PATCH] windows-makefile.tmpl: Stop keeping temporary files Reviewed-by: Andy Polyakov --- Configurations/windows-makefile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index cdc4436f5c..177d277f74 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -311,11 +311,11 @@ chomp; s/^Note: including file: *//; \$\$collect{\$\$_} = 1; END { print '$obj$objext: ',join(" ", sort keys \%collect),"\\n" } -<