Use double dashes so makedepend doesn't misunderstand the flags we
[oweals/openssl.git] / crypto / ocsp / Makefile.ssl
index 58fff4f941d9f2aeffb68791ad5c49f5d53f8a50..681bf4dfe7951602e2b5557f9f6ae4b49b92f013 100644 (file)
@@ -71,7 +71,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(LIBSRC)
+       $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new