diff options
author | Richard Levitte <levitte@openssl.org> | 2002-10-09 13:25:12 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-10-09 13:25:12 +0000 |
commit | 001ab3abad45752c13af5396a47551f46a6ebfdb (patch) | |
tree | 67e341e7479c47a5859e09f40d15cdf5898c8102 /crypto/dsa | |
parent | ec8ad2bb9603379651bf9196ac28593cc2360c77 (diff) | |
download | openssl-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/dsa')
-rw-r--r-- | crypto/dsa/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl index 74fd754742..306a3f2001 100644 --- a/crypto/dsa/Makefile.ssl +++ b/crypto/dsa/Makefile.ssl @@ -70,7 +70,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 |