diff options
author | Ben Laurie <ben@openssl.org> | 1999-01-19 22:36:31 +0100 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-01-19 22:36:31 +0100 |
commit | 8039257dbcd1d2e96e1d57b607b49cdf0ae78636 (patch) | |
tree | 5689dcf67c9bff1b069e1c785c9da80e413703f3 /tools | |
parent | Spelling mistake. (diff) | |
download | openssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.tar.xz openssl-8039257dbcd1d2e96e1d57b607b49cdf0ae78636.zip |
Finally lay dependencies to rest (I hope!).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.ssl b/tools/Makefile.ssl index 537e97d268..caf0b7ea3d 100644 --- a/tools/Makefile.ssl +++ b/tools/Makefile.ssl @@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include CFLAG=-g INSTALLTOP=/usr/local/ssl MAKE= make -f Makefile.ssl -MAKEDEPEND= makedepend -f Makefile.ssl +MAKEDEPEND= $(TOP)/util/domd $(TOP) MAKEFILE= Makefile.ssl CFLAGS= $(INCLUDES) $(CFLAG) |