The following commit has been merged in the master branch:
commit 855fcc88a20f6cfa80276f76721acf1f041fa892
Author: Guillem Jover <[email protected]>
Date:   Sun Sep 27 16:22:47 2009 +0200

    build: Reorder subdirectory build sequence
    
    Build src after the low-level dpkg-deb and dpkg-split programs, and
    dselect before scripts.

diff --git a/Makefile.am b/Makefile.am
index 56e4bc0..25e5436 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,11 +6,11 @@ endif
 
 SUBDIRS = \
        lib \
-       src \
-       $(MAYBE_DSELECT) \
        dpkg-deb \
        dpkg-split \
+       src \
        utils \
+       $(MAYBE_DSELECT) \
        scripts \
        po \
        man

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to