]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDave Hart <hart@ntp.org>
Fri, 8 Jan 2010 19:11:53 +0000 (19:11 +0000)
committerDave Hart <hart@ntp.org>
Fri, 8 Jan 2010 19:11:53 +0000 (19:11 +0000)
  add dependencies on copyright.def
  correct dependencies to refer to $(srcdir)/version.def not
    $(srcdir)/../include/version.def
  add COPYRIGHT to BUILT_SOURCES, correct EXTRA_DIST reference to
    remove unneeded $(srcdir)/ prefix

bk: 4b478379_82qNNa26B2q1l6JE3n4Cw

sntp/Makefile.am

index c2527cd00101df2043fde897466142bc1f6f065a..d0785713230dcaf9b1188e443b49dd3af64e05df 100644 (file)
@@ -50,7 +50,7 @@ sntp_SOURCES =                \
 EXTRA_DIST=                            \
                autogen-version.def     \
                bincheck.mf             \
-               $(srcdir)/COPYRIGHT     \
+               COPYRIGHT               \
                deps-ver                \
                depsver.mf              \
                sntp-opts.def           \
@@ -71,6 +71,7 @@ BUILT_SOURCES=                                                \
                check-autogen-version.def               \
                check-version.def check-version.m4      \
                check-version.texi                      \
+               $(srcdir)/COPYRIGHT                     \
                libtool                                 \
                sntp-opts.c                             \
                sntp-opts.h                             \
@@ -130,16 +131,16 @@ $(srcdir)/COPYRIGHT: $(srcdir)/../COPYRIGHT
 $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
        @: do-nothing action to avoid default SCCS get, .h built with .c
        
-$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
+$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
        $(run_ag) sntp-opts.def
 
-$(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
+$(srcdir)/sntp.1: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
        $(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
 
 $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.texi
        @: do-nothing action to avoid default SCCS get, .menu built with .texi
        
-$(srcdir)/sntp-opts.texi: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
+$(srcdir)/sntp-opts.texi: $(srcdir)/sntp-opts.def $(srcdir)/version.def $(srcdir)/../include/copyright.def
        $(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