Merge pull request #7 from xry111/makedep

Makefile: add dependency so "make install" won't need -j1
This commit is contained in:
DJ Lucas 2020-02-05 19:01:14 -06:00 committed by GitHub
commit c3b3a65eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ install_systemd:
install -vm644 systemd/* ${DESTDIR}/lib/systemd/system; \
fi
install_man:
install_man: man
install -vdm755 $(DESTDIR)$(MANDIR)/man8
install -vm644 make-ca.8 $(DESTDIR)$(MANDIR)/man8