Missing CFLAG in couple of depend: targets.
authorAndy Polyakov <appro@openssl.org>
Sun, 18 Dec 2005 19:00:54 +0000 (19:00 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 18 Dec 2005 19:00:54 +0000 (19:00 +0000)
PR: 1247
Submitted by: Doug Kaufman

crypto/ecdh/Makefile
crypto/ecdsa/Makefile

index 735e5d6c2f6f7900758a504623506374780f5f7d..95aa69fea58f90647e223727eeb9720c9b2c688c 100644 (file)
@@ -64,7 +64,7 @@ lint:
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
 
 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
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
index 1c2b8d4a553ce740429a2e94cbf493f4086d7fb7..16a93cd3ae8368a32ff0da42c2f4d0e3dc778a94 100644 (file)
@@ -64,7 +64,7 @@ lint:
 
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
 
 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
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new