]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix location of check--help for sntp
authorHarlan Stenn <stenn@ntp.org>
Tue, 28 Dec 2010 09:20:11 +0000 (04:20 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 28 Dec 2010 09:20:11 +0000 (04:20 -0500)
bk: 4d19abcb5gPlxq0iiVHxiYuFdMNwIg

sntp/Makefile.am

index f6d9f77c1e108e81e16aa66a52b962e458b8b394..a19d77b27f6dcfa4180e09a76a1797f32e96cf15 100644 (file)
@@ -178,7 +178,7 @@ $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.texi
        
 $(srcdir)/sntp-opts.texi: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
        $(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
-       $(top_srcdir)/scripts/check--help $@
+       $(top_srcdir)/../scripts/check--help $@
 
 $(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 || true )