diff options
author | Richard Levitte <levitte@openssl.org> | 2002-10-09 15:25:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-10-09 15:25:12 +0200 |
commit | 001ab3abad45752c13af5396a47551f46a6ebfdb (patch) | |
tree | 67e341e7479c47a5859e09f40d15cdf5898c8102 /crypto/x509/Makefile.ssl | |
parent | PKCS12_parse manual page. (diff) | |
download | openssl-001ab3abad45752c13af5396a47551f46a6ebfdb.tar.xz openssl-001ab3abad45752c13af5396a47551f46a6ebfdb.zip |
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/x509/Makefile.ssl')
-rw-r--r-- | crypto/x509/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/Makefile.ssl b/crypto/x509/Makefile.ssl index 424ed1dc54..f855364cc8 100644 --- a/crypto/x509/Makefile.ssl +++ b/crypto/x509/Makefile.ssl @@ -78,7 +78,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 |