Workaround for tlhelp32.h: place the missing header file in outinc
[openssl.git] / util / domd
1 #!/bin/sh
2 # Do a makedepend, only leave out the standard headers
3 # Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
4
5 TOP=$1
6 shift
7
8 cp Makefile.ssl Makefile.save
9 makedepend -f Makefile.ssl $@
10 perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
11 mv Makefile.new Makefile.ssl