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

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

parent b36c170d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3,9 +3,12 @@
# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999

TOP=$1
shift
if [ "$1" = "-MD" ]; then
    shift
    MAKEDEPEND=$1
    shift
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi

cp Makefile.ssl Makefile.save