Просмотр исходного кода

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
Родитель
Сommit
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@