summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 13:25:12 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 13:25:12 +0000
commit001ab3abad45752c13af5396a47551f46a6ebfdb (patch)
tree67e341e7479c47a5859e09f40d15cdf5898c8102 /crypto/bf
parentec8ad2bb9603379651bf9196ac28593cc2360c77 (diff)
downloadopenssl-new-001ab3abad45752c13af5396a47551f46a6ebfdb.tar.gz
Use double dashes so makedepend doesn't misunderstand the flags we
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index 983319264c..bd3cedc4f8 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -96,7 +96,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new