提交 b0c86386 编写于 作者: R Richard Levitte

Make the choice of "makedepend" program choosable through a switch.

上级 b36c170d
......@@ -4,8 +4,11 @@
TOP=$1
shift
MAKEDEPEND=$1
shift
if [ "$1" = "-MD" ]; then
shift
MAKEDEPEND=$1
shift
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
cp Makefile.ssl Makefile.save
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册