Revision 8a270a0f417fca90b30ff7d30d501deb10c2003b authored by Bodo Möller on 13 March 2000, 23:01:32 UTC, committed by Bodo Möller on 13 March 2000, 23:01:32 UTC
1 parent c13ee21
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 ...