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:
214b8b9
)
Propagate MAKEDEPPROG to the subdirs under crypto/.
author
Richard Levitte
<levitte@openssl.org>
Fri, 20 Dec 2002 15:28:45 +0000
(15:28 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 20 Dec 2002 15:28:45 +0000
(15:28 +0000)
crypto/Makefile.ssl
patch
|
blob
|
history
diff --git
a/crypto/Makefile.ssl
b/crypto/Makefile.ssl
index 3766e7c4dab03875d4af0262ea10336eb591c16b..9def17ae601fd3278a81a55eecc8f58806e5e4fb 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: