Commit dc8941f0 authored by Richard Levitte's avatar Richard Levitte
Browse files

windows-makefile.tmpl: Stop keeping temporary files

parent 8c16829e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 }