diff --git a/rem2html/Makefile.in b/rem2html/Makefile.in
index 88a4f9b2..61be291a 100644
--- a/rem2html/Makefile.in
+++ b/rem2html/Makefile.in
@@ -15,7 +15,7 @@ install:
@if test "$(PERL)" = "" ; then \
echo "Not installing rem2html; Perl is required"; exit 0; fi; \
for m in $(PERLMODS_NEEDED) ; \
- do \
+ do \
$(PERL) -M$$m -e 1 > /dev/null 2>&1; \
if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
done; \
diff --git a/www/Makefile.in b/www/Makefile.in
index d4604680..cab7d20a 100644
--- a/www/Makefile.in
+++ b/www/Makefile.in
@@ -79,7 +79,7 @@ install:
chmod 755 $(DESTDIR)$(SCRIPTDIR)/calpdf $(DESTDIR)$(SCRIPTDIR)/calps $(DESTDIR)$(SCRIPTDIR)/hebdate \
$(DESTDIR)$(SCRIPTDIR)/hebps $(DESTDIR)$(SCRIPTDIR)/hebpdf $(DESTDIR)$(SCRIPTDIR)/moon \
$(DESTDIR)$(SCRIPTDIR)/sunrise $(DESTDIR)$(SCRIPTDIR)/sunset \
- $(DESTDIR)$(SCRIPTDIR)/hebhtml \
+ $(DESTDIR)$(SCRIPTDIR)/hebhtml \
-mkdir -p $(DESTDIR)$(IMAGEDIR)
cp calendar.css rem-default.css *.png $(DESTDIR)$(IMAGEDIR)