Make sure that flags are passed to "make" subprocesses.
This commit is contained in:
parent
c6f0c60427
commit
64e3974013
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ dist:
|
|||
$(PERL) Configure dist
|
||||
@$(MAKE) dist_pem_h
|
||||
@$(MAKE) SDIRS='${SDIRS}' clean
|
||||
@$(MAKE) tar
|
||||
@$(MAKE) TAR='${TAR}' TARFLAGS='${TARFLAGS}' tar
|
||||
|
||||
dist_pem_h:
|
||||
(cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
|
||||
|
|
Loading…
Reference in a new issue