aboutsummaryrefslogtreecommitdiffstats
path: root/util/domd
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
committerBen Laurie <ben@openssl.org>1999-01-19 21:36:31 +0000
commit8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch)
tree5689dcf67c9bff1b069e1c785c9da80e413703f3 /util/domd
parentb13a1554925a173e04bb9802cbc123b40746a6fc (diff)
downloadopenssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.tar.gz
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'util/domd')
-rwxr-xr-xutil/domd11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/domd b/util/domd
new file mode 100755
index 0000000000..324051f60b
--- /dev/null
+++ b/util/domd
@@ -0,0 +1,11 @@
+#!/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 $@
+$TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
+mv Makefile.new Makefile.ssl