Fix warnings: C++ comments and computed value not used.
[oweals/openssl.git] / crypto / ecdh / Makefile
index 735e5d6c2f6f7900758a504623506374780f5f7d..95aa69fea58f90647e223727eeb9720c9b2c688c 100644 (file)
@@ -64,7 +64,7 @@ lint:
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
-       $(MAKEDEPEND) -- $(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