projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pass $PERL on make files.
[openssl.git]
/
Makefile.org
diff --git
a/Makefile.org
b/Makefile.org
index 560051481b4decfef2c603d17106fdb0bbcccaaa..8c36768a779c6476d8e1d7d29d4b0c4e8a83979d 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-237,7
+237,7
@@
files:
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making 'files' in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' files ) || exit 1; \
+ $(MAKE) SDIRS='${SDIRS}'
PERL='${PERL}'
files ) || exit 1; \
done;
links: