Revision 1df586bec20de86c3086181c565aaee7629bb0a2 authored by Geoff Thorpe on 26 October 2000, 20:02:33 UTC, committed by Geoff Thorpe on 26 October 2000, 20:02:33 UTC
1 parent 551e599
domd
#!/bin/sh
# Do a makedepend, only leave out the standard headers
# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
TOP=$1
shift
cp Makefile.ssl Makefile.save
makedepend -f Makefile.ssl $@
perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
mv Makefile.new Makefile.ssl

Computing file changes ...