]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDave Hart <hart@ntp.org>
Thu, 4 Feb 2010 03:01:42 +0000 (03:01 +0000)
committerDave Hart <hart@ntp.org>
Thu, 4 Feb 2010 03:01:42 +0000 (03:01 +0000)
  fix make distdir before make all on FreeBSD make

bk: 4b6a38969f9vXwV3VstM9WqAI2xcNA

Makefile.am
sntp/Makefile.am

index 0af2449274ac3fb9a9809ed396be5b681b98e900..8bea08e5bdd50a76ff2cbae6cd2127f539a58243 100644 (file)
@@ -51,7 +51,7 @@ DIST_SUBDIRS=         \
 DISTCHECK_CONFIGURE_FLAGS = -C
 
 EXTRA_DIST =                   \
-       COPYRIGHT               \
+       $(srcdir)/COPYRIGHT     \
        ChangeLog               \
        CommitLog               \
        CommitLog-4.1.0         \
@@ -85,7 +85,7 @@ EXTRA_DIST =                  \
        bincheck.mf             \
        depsver.mf              \
        deps-ver                \
-       version                 \
+       $(srcdir)/version       \
        version.m4              \
        \
        $(NULL)
@@ -102,9 +102,9 @@ ETAGS_ARGS = Makefile.am configure.ac
 BUILT_SOURCES =                                \
        .gcc-warning                    \
        libtool                         \
-       $(srcdir)/COPYRIGHT             \
-       $(srcdir)/version               \
-       $(srcdir)/version.m4            \
+       COPYRIGHT                       \
+       version                         \
+       version.m4                      \
        $(srcdir)/include/version.def   \
        $(srcdir)/include/version.texi  \
        $(NULL)
index 10bbb20eb94a07d0639ee6e52c94eb7e0542ae8e..b5a12ec1c7962c94f0e18b323ef7f26a96eab62f 100644 (file)
@@ -48,34 +48,35 @@ sntp_SOURCES =              \
        $(NULL)
 
 EXTRA_DIST=                            \
-               autogen-version.def     \
-               bincheck.mf             \
-               COPYRIGHT               \
-               deps-ver                \
-               depsver.mf              \
-               sntp-opts.def           \
-               sntp-opts.menu          \
-               sntp-opts.texi          \
-               sntp.1                  \
-               sntp.html               \
-               sntp.texi               \
-               version.def             \
-               version.m4              \
-               version.texi            \
-               $(NULL)
+       $(srcdir)/autogen-version.def   \
+       bincheck.mf                     \
+       $(srcdir)/COPYRIGHT             \
+       deps-ver                        \
+       depsver.mf                      \
+       sntp-opts.def                   \
+       sntp-opts.menu                  \
+       sntp-opts.texi                  \
+       sntp.1                          \
+       sntp.html                       \
+       sntp.texi                       \
+       $(srcdir)/version.def           \
+       $(srcdir)/version.m4            \
+       $(srcdir)/version.texi          \
+       $(NULL)
 
 OLD_EXTRA_DIST=                \
                autogen-version.def version.def version.m4 version.texi
 
-BUILT_SOURCES=                                         \
-               check-autogen-version.def               \
-               check-version.def check-version.m4      \
-               check-version.texi                      \
-               $(srcdir)/COPYRIGHT                     \
-               libtool                                 \
-               sntp-opts.c                             \
-               sntp-opts.h                             \
-               $(NULL)
+BUILT_SOURCES=                         \
+       check-autogen-version.def       \
+       check-version.def               \
+       check-version.m4                \
+       check-version.texi              \
+       COPYRIGHT                       \
+       libtool                         \
+       sntp-opts.c                     \
+       sntp-opts.h                     \
+       $(NULL)
 
 man_MANS=      $(srcdir)/sntp.1
 
@@ -145,7 +146,7 @@ $(srcdir)/../COPYRIGHT:
 
 check-COPYRIGHT-submake: $(srcdir)/../COPYRIGHT
        @cmp -s $(srcdir)/../COPYRIGHT $(srcdir)/COPYRIGHT      \
-        || { cp $(srcdir)/../COPYRIGHT $(srcdir)/COPYRIGHT     \
+        || { cp $(srcdir)/../COPYRIGHT $(srcdir)               \
              && echo 'updated sntp/COPYRIGHT installed' ;}
        @echo 'submake avoided if this file is newer than parent COPYRIGHT' > $@