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