Silence Perl warning.

This commit is contained in:
Dianne Skoll
2021-10-12 21:51:04 -04:00
parent e372606281
commit 8a52f9b67d

View File

@@ -14,7 +14,7 @@ all:
install:
@for m in $(PERLMODS_NEEDED) ; \
do \
perl -M$$m -e 1; \
perl -M$$m -e 1 > /dev/null 2>&1; \
if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
done; \
echo "Installing rem2html in $(DESTDIR)$(bindir)"; \