From: Harlan Stenn Date: Sat, 20 Nov 2010 22:18:02 +0000 (-0500) Subject: hack around a problem building sntp/sntp.html X-Git-Tag: NTP_4_2_7P84~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29dabdf6dbf4cd76443f8dc0bff698b8dac39d7;p=thirdparty%2Fntp.git hack around a problem building sntp/sntp.html bk: 4ce8491aQFb1yeU6SBwTciaRoaoocQ --- diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 14005f5fa..e3c9d0c65 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -175,7 +175,7 @@ $(srcdir)/sntp-opts.texi: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def $(srcdir)/sntp.html: $(srcdir)/sntp-opts.menu $(srcdir)/sntp-opts.texi $(srcdir)/sntp.texi $(srcdir)/version.texi - cd $(srcdir) && makeinfo --force --html --no-split -o sntp.html sntp.texi + cd $(srcdir) && ( makeinfo --force --html --no-split -o sntp.html sntp.texi || true ) ../libntp/libntp.a: cd ../libntp && $(MAKE) libntp.a