Make the choice of "makedepend" program choosable through a switch.
This commit is contained in:
parent
b36c170d1b
commit
b0c8638650
@ -4,8 +4,11 @@
|
|||||||
|
|
||||||
TOP=$1
|
TOP=$1
|
||||||
shift
|
shift
|
||||||
MAKEDEPEND=$1
|
if [ "$1" = "-MD" ]; then
|
||||||
shift
|
shift
|
||||||
|
MAKEDEPEND=$1
|
||||||
|
shift
|
||||||
|
fi
|
||||||
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
|
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
|
||||||
|
|
||||||
cp Makefile.ssl Makefile.save
|
cp Makefile.ssl Makefile.save
|
||||||
|
Loading…
x
Reference in New Issue
Block a user