aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-02 21:44:49 +0000
committerBodo Möller <bodo@openssl.org>1999-08-02 21:44:49 +0000
commita85154416916e2da4ea428112f419db1562bdb58 (patch)
tree28c8fe8a89dcece90611c003fb982b54ae8054fd /test
parent2b8e4959fb563f79fcad351a7c66d4d142c0fe8d (diff)
downloadopenssl-a85154416916e2da4ea428112f419db1562bdb58.tar.gz
avoid some NO_<cipher> problems
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 15323bdc51..3c75e13c37 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -219,7 +219,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(SRC)
+ $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(SRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new