This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=70734a72e9806b4598e43e1d689b16d55cc3ccbd

commit 70734a72e9806b4598e43e1d689b16d55cc3ccbd
Author: Guillem Jover <[email protected]>
AuthorDate: Fri Dec 10 15:40:38 2021 +0100

    build: Move EXTRA_DIST close to the files it is acting on
    
    This makes it easier to reason about what's happening in the file.
---
 src/Makefile.am | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a2a6fa1b6..006592fbe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,10 +19,7 @@ LDADD = \
        ../lib/compat/libcompat.la \
        # EOL
 
-
-EXTRA_DIST = \
-       $(test_scripts) \
-       # EOL
+EXTRA_DIST =
 
 bin_PROGRAMS = \
        dpkg \
@@ -133,6 +130,8 @@ test_scripts = \
        t/dpkg_divert.t \
        # EOL
 
+EXTRA_DIST += $(test_scripts)
+
 include $(top_srcdir)/build-aux/tap.am
 
 check-local: tap-check

-- 
Dpkg.Org's dpkg

Reply via email to