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:
41b731f
)
Pass $PERL on make errors.
author
Ulf Möller
<ulf@openssl.org>
Mon, 19 Apr 1999 13:11:32 +0000
(13:11 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 19 Apr 1999 13:11:32 +0000
(13:11 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index d6dc57ac88376ceb78a78f8d31ba1d9fb75ddf0d..5ec16452cc1587c6ec83a3e0c8c0b8c8048363c6 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-267,7
+267,7
@@
errors:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making errors in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' errors ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}'
PERL='${PERL}'
errors ) || exit 1; \
done;
tar: