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:
1004c99
)
Propagate MAKEDEPPROG to the subdirs under crypto/.
author
Richard Levitte
<levitte@openssl.org>
Fri, 20 Dec 2002 15:28:42 +0000
(15:28 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 20 Dec 2002 15:28:42 +0000
(15:28 +0000)
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 061211dbd403f9ed6933174c96a90d3d8d273c9d..522a162c1e930eda02ebc7a6606a773d0e07035a 100644
(file)
--- a/
crypto/Makefile.ssl
+++ b/
crypto/Makefile.ssl
@@
-141,7
+141,7
@@
depend:
@for i in $(SDIRS) ;\
do \
(cd $$i && echo "making depend in crypto/$$i..." && \
- $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ); \
+ $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}'
MAKEDEPPROG='${MAKEDEPPROG}' KRB5_INCLUDES='${KRB5_INCLUDES}'
PERL='${PERL}' depend ); \
done;
clean: