diff options
author | bodo <bodo> | 1999-08-02 21:44:44 +0000 |
---|---|---|
committer | bodo <bodo> | 1999-08-02 21:44:44 +0000 |
commit | aa38f94250e27bca10510b79f02540afc1553229 (patch) | |
tree | 6dc44e181d1494780bab6414abe12d5b42b7d362 /test | |
parent | 54986dc2d5fc1248dd6e0c03edf47ecd873a6210 (diff) | |
download | openssl-aa38f94250e27bca10510b79f02540afc1553229.tar.gz |
avoid some NO_<cipher> problems
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 15323bdc5..3c75e13c3 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 |