Pass $PERL on make errors.
This commit is contained in:
parent
41b731f2f8
commit
d0521390a5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue