mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Remove temporary files when done.
This commit is contained in:
parent
07247321c6
commit
649c5a2b09
@ -17,7 +17,7 @@ if [ "$MAKEDEPEND" = "gcc" ]; then
|
||||
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp
|
||||
gcc -M $@ >> Makefile.tmp
|
||||
perl $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
|
||||
#cat Makefile.tmp > Makefile.new
|
||||
rm -f Makefile.tmp
|
||||
else
|
||||
${MAKEDEPEND} -f Makefile.ssl $@
|
||||
perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
|
||||
|
Loading…
Reference in New Issue
Block a user