Commit d0521390 authored by Ulf Möller's avatar Ulf Möller
Browse files

Pass $PERL on make errors.

parent 41b731f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: