summaryrefslogtreecommitdiffstats
path: root/crypto/mdc2/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 13:21:33 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 13:21:33 +0000
commitff90d659e65c0175787f7f964f3a0b96a029a1f8 (patch)
treeb0a02e4bcfc78bb2e61fa7fc8a2f28618a00337e /crypto/mdc2/Makefile.ssl
parent8f841c70c45850f2ff41a99f228a2a49f47b636a (diff)
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/mdc2/Makefile.ssl')
-rw-r--r--crypto/mdc2/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl
index ea2b318378..387d7f8cd8 100644
--- a/crypto/mdc2/Makefile.ssl
+++ b/crypto/mdc2/Makefile.ssl
@@ -68,7 +68,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