projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c0e4c
)
Make sure that flags are passed to "make" subprocesses.
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 10 Jun 2002 08:10:32 +0000
(08:10 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 10 Jun 2002 08:10:32 +0000
(08:10 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index e96b39869951cb97c2b95fb722307e3c1280ffef..47c0113019e0f83d308e64df830273b7c0875e67 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-665,7
+665,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)