Use double dashes so makedepend doesn't misunderstand the flags we
[oweals/openssl.git] / crypto / comp / Makefile.ssl
index fd192d35f84ea3f2457660ea45d18ba76c2f66a3..f60c7a1afc7b1d96d3eb1041743205c0218c7e95 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