summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 14:17:42 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-17 21:06:14 +0100
commitdc8941f031ce4c25cdf548ddbfae64c081078f6c (patch)
treea92cff2de3dc6d656a3a1a69bb53128122a16977 /Configurations/windows-makefile.tmpl
parent8c16829ebd8de96334818b2bc5a5e314b001d18c (diff)
windows-makefile.tmpl: Stop keeping temporary files
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configurations/windows-makefile.tmpl')
-rw-r--r--Configurations/windows-makefile.tmpl4
1 files 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" }
-<<KEEP
+<<
$obj$objext: $obj$depext
\$(CC) \$(CFLAGS) $ecflags$incs -c \$(COUTFLAG)\$\@ @<<
$srcs
-<<KEEP
+<<
EOF
}