提交 649c5a2b 编写于 作者: R Richard Levitte

Remove temporary files when done.

上级 07247321
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册