The following commit has been merged in the master branch:
commit 81839b6215eebaef7eac25c9b3811a057c8f41a8
Author: Guillem Jover <guil...@debian.org>
Date:   Sat Jul 10 10:07:05 2010 +0200

    build: Fix 'make check' when libdpkg has not been built yet
    
    Force the subdirectory build order, so that lib/dpkg gets built before
    lib/dpkg/test, making the former always available for the latter.

diff --git a/lib/dpkg/Makefile.am b/lib/dpkg/Makefile.am
index 76908ec..d41c104 100644
--- a/lib/dpkg/Makefile.am
+++ b/lib/dpkg/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = test
+SUBDIRS = . test
 
 localedir = $(datadir)/locale
 pkgconfdir = $(sysconfdir)/@PACKAGE@

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to