Use double dashes so makedepend doesn't misunderstand the flags we
[openssl.git] / ssl / Makefile.ssl
index 7f8d026434d8fe10a030a591b2342cd7de41cfe0..6d5f9b8f8ca0310c6506f005e97dd8bde2cdeec4 100644 (file)
@@ -93,7 +93,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