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