Преглед изворни кода

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.
Guillem Jover пре 16 година
родитељ
комит
81839b6215
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lib/dpkg/Makefile.am

+ 1 - 1
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@