projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c16829
)
windows-makefile.tmpl: Stop keeping temporary files
author
Richard Levitte
<levitte@openssl.org>
Thu, 17 Mar 2016 13:17:42 +0000
(14:17 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 17 Mar 2016 20:06:14 +0000
(21:06 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/windows-makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/windows-makefile.tmpl
b/Configurations/windows-makefile.tmpl
index cdc4436f5c8ba73e6c71ee476a8e2ac47446c79a..177d277f74d497af6df3c411707d38e81332363e 100644
(file)
--- 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
}