From 74a333bbe11f67c59c559e0f424d5945eb438577 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 4 Apr 2000 15:04:09 +1000 Subject: - Generate manpages before make install not at the end of make all - Don't seed the rng quite so often - Always reseed rng when requested --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bb08b53b9..196cc5786 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,9 @@ PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/known_hosts=$(sysco FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS) -all: $(TARGETS) $(MANPAGES) $(CONFIGFILES) +all: $(TARGETS) $(CONFIGFILES) + +manpages: $(MANPAGES) $(LIBOBJS): config.h @@ -95,7 +97,7 @@ catman-do: >$${f%%.[18]}.0 ; \ done -install: $(TARGETS) +install: manpages $(TARGETS) $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(sbindir) $(INSTALL) -d $(DESTDIR)$(mandir) -- cgit v1.2.3